summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/security/inheritpermissions.xml
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2005-07-06 21:23:58 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:03 -0500
commit5357c5e6e30035fa8d7a552675aaa355f7a27bb4 (patch)
tree0dcd935b977c934f8280b14508f0bf300b78147d /docs/smbdotconf/security/inheritpermissions.xml
parent021d72252114414238b31659ee0d090efe4450de (diff)
downloadsamba-5357c5e6e30035fa8d7a552675aaa355f7a27bb4.tar.gz
samba-5357c5e6e30035fa8d7a552675aaa355f7a27bb4.tar.bz2
samba-5357c5e6e30035fa8d7a552675aaa355f7a27bb4.zip
Removal of CRUFT. 50 lashes to those who created CRUFT. Argh.
(This used to be commit 555e174de5d390cdc744b8bcbecbeccc31079a23)
Diffstat (limited to 'docs/smbdotconf/security/inheritpermissions.xml')
-rw-r--r--docs/smbdotconf/security/inheritpermissions.xml24
1 files changed, 10 insertions, 14 deletions
diff --git a/docs/smbdotconf/security/inheritpermissions.xml b/docs/smbdotconf/security/inheritpermissions.xml
index b6c774ab93..6e09f4f033 100644
--- a/docs/smbdotconf/security/inheritpermissions.xml
+++ b/docs/smbdotconf/security/inheritpermissions.xml
@@ -3,24 +3,20 @@
type="boolean"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
- <para>The permissions on new files and directories
- are normally governed by <link linkend="CREATEMASK"><parameter moreinfo="none">
- create mask</parameter></link>, <link linkend="DIRECTORYMASK">
- <parameter moreinfo="none">directory mask</parameter></link>, <link linkend="FORCECREATEMODE">
- <parameter moreinfo="none">force create mode</parameter>
- </link> and <link linkend="FORCEDIRECTORYMODE"><parameter moreinfo="none">force
- directory mode</parameter></link> but the boolean inherit
- permissions parameter overrides this.</para>
+ <para>
+ The permissions on new files and directories are normally governed by <smbconfoption name="create mask"/>,
+ <smbconfoption name="directory mask"/>, <smbconfoption name="force create mode"/> and <smbconfoption
+ name="force directory mode"/> but the boolean inherit permissions parameter overrides this.
+ </para>
<para>New directories inherit the mode of the parent directory,
including bits such as setgid.</para>
- <para>New files inherit their read/write bits from the parent
- directory. Their execute bits continue to be determined by
- <link linkend="MAPARCHIVE"><parameter moreinfo="none">map archive</parameter>
- </link>, <link linkend="MAPHIDDEN"><parameter moreinfo="none">map hidden</parameter>
- </link> and <link linkend="MAPSYSTEM"><parameter moreinfo="none">map system</parameter>
- </link> as usual.</para>
+ <para>
+ New files inherit their read/write bits from the parent directory. Their execute bits continue to be
+ determined by <smbconfoption name="map archive"/>, <smbconfoption name="map hidden"/> and <smbconfoption
+ name="map system"/> as usual.
+ </para>
<para>Note that the setuid bit is <emphasis>never</emphasis> set via
inheritance (the code explicitly prohibits this).</para>