From 97ad7162c1ad628fa8bffd8879fbafc277da299d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Filipensk=C3=BD?= Date: Wed, 19 May 2021 15:10:36 +0200 Subject: [PATCH] docs-xml: Update smbcacls manpage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BUG: https://bugzilla.samba.org/show_bug.cgi?id=14718 Signed-off-by: Pavel Filipenský Reviewed-by: Andreas Schneider Reviewed-by: Andrew Bartlett (cherry picked from commit 9d9ed421b26f733c59f9fac44e2034df704cef6a) --- docs-xml/manpages/smbcacls.1.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs-xml/manpages/smbcacls.1.xml b/docs-xml/manpages/smbcacls.1.xml index 7efcc087cfd..d10a0b0403d 100644 --- a/docs-xml/manpages/smbcacls.1.xml +++ b/docs-xml/manpages/smbcacls.1.xml @@ -228,6 +228,27 @@ GROUP:<sid or name> ACL:<sid or name>:<type>/<flags>/<mask> + Control bits related to automatic inheritance + + + + OD - "Owner Defaulted" - Indicates that the SID of the owner of the security descriptor was provided by a default mechanism. + GD - "Group Defaulted" - Indicates that the SID of the security descriptor group was provided by a default mechanism. + DP - "DACL Present" - Indicates a security descriptor that has a discretionary access control list (DACL). + DD - "DACL Defaulted" - Indicates a security descriptor with a default DACL. + SP - "SACL Present" - Indicates a security descriptor that has a system access control list (SACL). + SD - "SACL Defaulted" - A default mechanism, rather than the original provider of the security descriptor, provided the SACL. + DT - "DACL Trusted" + SS - "Server Security" + DR - "DACL Inheritance Required" - Indicates a required security descriptor in which the DACL is set up to support automatic propagation of inheritable access control entries (ACEs) to existing child objects. + SR - "SACL Inheritance Required" - Indicates a required security descriptor in which the SACL is set up to support automatic propagation of inheritable ACEs to existing child objects. + DI - "DACL Auto Inherited" - Indicates a security descriptor in which the DACL is set up to support automatic propagation of inheritable access control entries (ACEs) to existing child objects. + SI - "SACL Auto Inherited" - Indicates a security descriptor in which the SACL is set up to support automatic propagation of inheritable ACEs to existing child objects. + PD - "DACL Protected" - Prevents the DACL of the security descriptor from being modified by inheritable ACEs. + PS - "SACL Protected" - Prevents the SACL of the security descriptor from being modified by inheritable ACEs. + RM - "RM Control Valid" - Indicates that the resource manager control is valid. + SR - "Self Relative" - Indicates a self-relative security descriptor. + The revision of the ACL specifies the internal Windows NT ACL revision for the security descriptor. @@ -260,6 +281,7 @@ ACL:<sid or name>:<type>/<flags>/<mask> (CI) Container Inherit 0x2 (NP) No Propagate Inherit 0x4 (IO) Inherit Only 0x8 + (I) ACE was inherited 0x10 -- 2.31.1