vfs_zfsacl: add manpage entry for zfsacl:denymissingspecial
authorawalker <awalker@ixsystems.com>
Fri, 30 Aug 2019 19:17:26 +0000 (15:17 -0400)
committerJeremy Allison <jra@samba.org>
Fri, 20 Dec 2019 22:01:28 +0000 (22:01 +0000)
Signed-off-by: Andrew Walker <awalker@ixsystems.com>
Reviewed-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
docs-xml/manpages/vfs_zfsacl.8.xml

index 56d1d06cce1e46ef1fd8adf9f6d5c4b4d60b6984..3eb0760dcba5cfd6c27fc3e555aa7fa553913c1d 100644 (file)
                </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>