mirror of
https://github.com/samba-team/samba.git
synced 2025-12-17 04:23:50 +03:00
PEP8: fix E115: expected an indented block (comment)
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
@@ -290,7 +290,7 @@ def dsacl2fsacl(dssddl, sid, as_sddl=True):
|
||||
for i in range(0, len(aces)):
|
||||
ace = aces[i]
|
||||
if not ace.type & security.SEC_ACE_TYPE_ACCESS_ALLOWED_OBJECT and str(ace.trustee) != security.SID_BUILTIN_PREW2K:
|
||||
# if fdescr.type & security.SEC_DESC_DACL_AUTO_INHERITED:
|
||||
# if fdescr.type & security.SEC_DESC_DACL_AUTO_INHERITED:
|
||||
ace.flags = ace.flags | security.SEC_ACE_FLAG_OBJECT_INHERIT | security.SEC_ACE_FLAG_CONTAINER_INHERIT
|
||||
if str(ace.trustee) == security.SID_CREATOR_OWNER:
|
||||
# For Creator/Owner the IO flag is set as this ACE has only a sense for child objects
|
||||
|
||||
Reference in New Issue
Block a user