openssh server improvements, debloat mode

This commit is contained in:
Filip Stedronsky
2021-07-19 12:26:27 +02:00
parent c0b46695b5
commit b2341dcbff
7 changed files with 165 additions and 2 deletions

View File

@@ -20,5 +20,7 @@ apply_sd_recursively(
ACE(ACE.ALLOW, MASK_FULL_CONTROL, SID_SYSTEM),
ACE(ACE.ALLOW, MASK_FULL_CONTROL, SID_ADMINISTRATORS) ,
ACE(ACE.ALLOW, MASK_READ_EXECUTE, SID_EVERYONE)
], dacl_inherit=False)
], dacl_inherit=False),
set_owner=True,
set_group=True,
)