[pywin32-checkins] pywin32/win32/Lib ntsecuritycon.py,1.8,1.9
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Roger U. <ru...@us...> - 2008-01-20 03:43:40
|
Update of /cvsroot/pywin32/pywin32/win32/Lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25503 Modified Files: ntsecuritycon.py Log Message: Add some new constants for ACL Editor on Vista Index: ntsecuritycon.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/Lib/ntsecuritycon.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ntsecuritycon.py 2 Aug 2007 07:01:18 -0000 1.8 --- ntsecuritycon.py 20 Jan 2008 03:43:44 -0000 1.9 *************** *** 668,671 **** --- 668,675 ---- SI_MAY_WRITE = 0x10000000L SI_EDIT_ALL = (SI_EDIT_PERMS | SI_EDIT_OWNER | SI_EDIT_AUDITS) + SI_AUDITS_ELEVATION_REQUIRED = 0x02000000L + SI_VIEW_ONLY = 0x00400000L + SI_OWNER_ELEVATION_REQUIRED = 0x04000000L + SI_PERMS_ELEVATION_REQUIRED = 0x01000000L # SI_ACCESS.dwFlags |