[python-win32] How can I restrict users from changing ACE?

2016-10-06 Thread Francoi Xavier
I've just started learning about windows ACL and file permissions. The task here is to make a file/folder read-only and should get deleted/modified only through our client software. I've denied Write, Delete and other permissions for the Lookup Name Everyone which *generally* restricted users from

Re: [python-win32] How can I restrict users from changing ACE?

2016-10-06 Thread Tim Roberts
Francoi Xavier wrote: > > I've just started learning about windows ACL and file permissions. You have embarked on a twisted, complicated, and vine-encrusted path. Few things in the computing world are as convoluted as the Windows security model. > The task here is to make a file/folder read-onl

Re: [python-win32] How can I restrict users from changing ACE?

2016-10-06 Thread eryk sun
On Thu, Oct 6, 2016 at 11:36 AM, Francoi Xavier wrote: > I've just started learning about windows ACL and file permissions. The task > here is to make a file/folder read-only and should get deleted/modified only > through our client software. I've denied Write, Delete and other permissions > for t