diff options
author | trasz <trasz@FreeBSD.org> | 2013-04-01 13:17:28 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2013-04-01 13:17:28 +0000 |
commit | 3b2ecc9e065ec4649e82a8190cda6249027a16d6 (patch) | |
tree | 537301dcbef9601f9123823570759de0822ddbfd /bin | |
parent | bbeb8a5ba24854200f7dc281c96e05b1524f9cf8 (diff) | |
download | FreeBSD-src-3b2ecc9e065ec4649e82a8190cda6249027a16d6.zip FreeBSD-src-3b2ecc9e065ec4649e82a8190cda6249027a16d6.tar.gz |
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
Diffstat (limited to 'bin')
-rw-r--r-- | bin/setfacl/setfacl.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/setfacl/setfacl.1 b/bin/setfacl/setfacl.1 index 83dc41a..4104315 100644 --- a/bin/setfacl/setfacl.1 +++ b/bin/setfacl/setfacl.1 @@ -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 |