medSecurityInfo("C:\\testdir",win32security.SE_FILE_OBJECT,win32security.DACL_SECURITY_INFORMATION,None,None,dacl,None)
>>> print ret # None == Success
--- On Wed, 12/1/10, Tim Roberts wrote:
> From: Tim Roberts
> Subject: Re: [python-win32] Inheritance not applied to ob
Matthew Howle wrote:
> The permissions are applied to the directory but subdirectories and
> files within the directory aren't inheriting the permissions.
You've stumbled across a very nasty little dark corner.
There are several APIs for managing security descriptors, including APIs
like SetFileS
The permissions are applied to the directory but subdirectories and files
within
the directory aren't inheriting the permissions. I can manually go the
Advanced
Security Settings for the directory and check "Apply these permissions to
objects and/or container within this container only" to ge