From 2c7699e7202bef6b8d40c829a4e1515a838f0f6d Mon Sep 17 00:00:00 2001 From: awalker Date: Fri, 30 Aug 2019 15:17:26 -0400 Subject: [PATCH] vfs_zfsacl: add manpage entry for zfsacl:denymissingspecial Signed-off-by: Andrew Walker Reviewed-by: Ralph Boehme Reviewed-by: Jeremy Allison --- docs-xml/manpages/vfs_zfsacl.8.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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) + + + + -- 2.34.1