mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
vfs_zfsacl: add manpage entry for zfsacl:denymissingspecial
Signed-off-by: Andrew Walker <awalker@ixsystems.com> Reviewed-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
31d5e945a4
commit
2c7699e720
@ -125,6 +125,21 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>zfsacl:denymissingspecial = [yes|no]</term>
|
||||
<listitem>
|
||||
<para>Prevent users from setting an ACL that lacks NFSv4 special entries
|
||||
(owner@, group@, everyone@). ZFS will automatically generate these these entries
|
||||
when calculating the inherited ACL of new files if the ACL of the parent directory
|
||||
lacks an inheriting special entry. This may result in user confusion and unexpected
|
||||
change in permissions of files and directories as the inherited ACL is generated.</para>
|
||||
<itemizedlist>
|
||||
<listitem><para><command>yes</command></para></listitem>
|
||||
<listitem><para><command>no (default)</command></para></listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user