[4/4] advapi32/tests: Add ACL inheritance tests for creating subdirectories with NtCreateFile.

Sebastian Lackner sebastian at fds-team.de
Wed Apr 1 05:27:57 CDT 2015


After this test has been applied we can be sure that kernel32 just passes the SD to ntdll without any changes. This means inheritance has to be done either in ntdll or the wineserver. The next step is to find out more details how exactly the inheritance mechanism works. It is not identical to advapi32 because we do not need any logic to combine multiple descriptors, only inheriting ACLs from the parent directory is supported.

---
 dlls/advapi32/tests/security.c | 78 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 78 insertions(+)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-advapi32-tests-Add-ACL-inheritance-tests-for-creatin.patch
Type: text/x-patch
Size: 4667 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150401/77915c14/attachment.bin>


More information about the wine-patches mailing list