From 8daa83a594a2e98f39d764422bfbdbc62c9efd44 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 19:20:00 +0200 Subject: Adding upstream version 2:4.20.0+dfsg. Signed-off-by: Daniel Baumann --- docs-xml/smbdotconf/security/createmask.xml | 37 +++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docs-xml/smbdotconf/security/createmask.xml (limited to 'docs-xml/smbdotconf/security/createmask.xml') diff --git a/docs-xml/smbdotconf/security/createmask.xml b/docs-xml/smbdotconf/security/createmask.xml new file mode 100644 index 0000000..06ee896 --- /dev/null +++ b/docs-xml/smbdotconf/security/createmask.xml @@ -0,0 +1,37 @@ + + +create mode + + + When a file is created, the necessary permissions are calculated according to the mapping from DOS modes to + UNIX permissions, and the resulting UNIX mode is then bit-wise 'AND'ed with this parameter. This parameter may + be thought of as a bit-wise MASK for the UNIX modes of a file. Any bit not set here will + be removed from the modes set on a file when it is created. + + + + The default value of this parameter removes the group and other + write and execute bits from the UNIX modes. + + + + Following this Samba will bit-wise 'OR' the UNIX mode created from this parameter with the value of the + parameter which is set to 000 by default. + + + + This parameter does not affect directory masks. See the parameter + for details. + + + +force create mode +directory mode +inherit permissions + +0744 +0775 + -- cgit v1.2.3