From 5357c5e6e30035fa8d7a552675aaa355f7a27bb4 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Wed, 6 Jul 2005 21:23:58 +0000 Subject: Removal of CRUFT. 50 lashes to those who created CRUFT. Argh. (This used to be commit 555e174de5d390cdc744b8bcbecbeccc31079a23) --- docs/smbdotconf/security/inheritpermissions.xml | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) (limited to 'docs/smbdotconf/security/inheritpermissions.xml') 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"> - The permissions on new files and directories - are normally governed by - create mask, - directory mask, - force create mode - and force - directory mode but the boolean inherit - permissions parameter overrides this. + + 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 - map archive - , map hidden - and map system - as usual. + + 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). -- cgit