mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
Update certbot/compat/filesystem.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
869ece540c
commit
be0c3e1faf
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ def _generate_dacl(user_sid, mode):
|
|||
# New dacl, without inherited permissions
|
||||
dacl = win32security.ACL()
|
||||
|
||||
# If user is already system or admins, any ACE defined here would be superseeded by
|
||||
# If user is already system or admins, any ACE defined here would be superseded by
|
||||
# the full control ACE that will be added after.
|
||||
if user_sid not in [system, admins]:
|
||||
# Handle user rights
|
||||
|
|
|
|||
Loading…
Reference in a new issue