From: awalker Date: Fri, 30 Aug 2019 19:17:26 +0000 (-0400) Subject: vfs_zfsacl: add manpage entry for zfsacl:denymissingspecial X-Git-Tag: ldb-2.1.0~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c7699e7202bef6b8d40c829a4e1515a838f0f6d;p=thirdparty%2Fsamba.git vfs_zfsacl: add manpage entry for zfsacl:denymissingspecial Signed-off-by: Andrew Walker Reviewed-by: Ralph Boehme Reviewed-by: Jeremy Allison --- diff --git a/docs-xml/manpages/vfs_zfsacl.8.xml b/docs-xml/manpages/vfs_zfsacl.8.xml index 56d1d06cce1..3eb0760dcba 100644 --- a/docs-xml/manpages/vfs_zfsacl.8.xml +++ b/docs-xml/manpages/vfs_zfsacl.8.xml @@ -125,6 +125,21 @@ + + zfsacl:denymissingspecial = [yes|no] + + 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. + + yes + no (default) + + + +