Re: [python-win32] Inheritance not applied to objects and containers

2010-12-01 Thread Matthew Howle
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

Re: [python-win32] Inheritance not applied to objects and containers

2010-12-01 Thread Tim Roberts
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