From 4f5791ebd03eaec1c7da0865a383175b05102712 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 19:47:29 +0200 Subject: Adding upstream version 2:4.17.12+dfsg. Signed-off-by: Daniel Baumann --- .../smbdotconf/security/inheritpermissions.xml | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 docs-xml/smbdotconf/security/inheritpermissions.xml (limited to 'docs-xml/smbdotconf/security/inheritpermissions.xml') diff --git a/docs-xml/smbdotconf/security/inheritpermissions.xml b/docs-xml/smbdotconf/security/inheritpermissions.xml new file mode 100644 index 0000000..9dda734 --- /dev/null +++ b/docs-xml/smbdotconf/security/inheritpermissions.xml @@ -0,0 +1,35 @@ + + + + The permissions on new files and directories are normally governed by , + , and but the boolean inherit permissions parameter overrides this. + + + New directories inherit the mode of the parent directory, + including bits such as setgid. + + + New files inherit their read/write bits from the parent directory. Their execute bits continue to be + determined by , and as usual. + + + Note that the setuid bit is never set via + inheritance (the code explicitly prohibits this). + + This can be particularly useful on large systems with + many users, perhaps several thousand, to allow a single [homes] + share to be used flexibly by each user. + + +create mask +directory mask +force create mode +force directory mode + +no + -- cgit v1.2.3