Mention that read_attributes, write_attributes, read_acl and write_acl

are always permitted for the file owner.

PR:		kern/174948
MFC after:	1 week
This commit is contained in:
Edward Tomasz Napierala 2013-04-01 13:17:28 +00:00
parent 4037b82802
commit f8992fccda
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=248972

View File

@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd February 8, 2013
.Dd April 1, 2013
.Dt SETFACL 1
.Os
.Sh NAME
@ -401,6 +401,10 @@ NFSv4 ACL entries are evaluated in their visible order.
.Pp
Multiple ACL entries specified on the command line are
separated by commas.
.Pp
Note that the file owner is always granted the read_acl, write_acl,
read_attributes, and write_attributes permissions, even if the ACL
would deny it.
.Sh EXIT STATUS
.Ex -std
.Sh EXAMPLES