1 <samba:parameter name="inherit acls"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <para>This parameter is only relevant for filesystems that
7 do not support standardized NFS4 ACLs but only a POSIX draft ACL
8 implementation and which implements default ACLs like most filesystems
9 on Linux. It can be used to ensure that if default ACLs
10 exist on parent directories, they are always honored when creating a
11 new file or subdirectory in these parent directories. The default
12 behavior is to use the unix mode specified when creating the directory.
13 Enabling this option sets the unix mode to 0777, thus guaranteeing that
14 the default directory ACLs are propagated.
16 Note that using the VFS modules acl_xattr or acl_tdb which store native
17 Windows as meta-data will automatically turn this option on for any
18 share for which they are loaded, as they require this option to emulate
19 Windows ACLs correctly.
23 <value type="default">no</value>