summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2010-12-13 19:01:23 +0000
committertrasz <trasz@FreeBSD.org>2010-12-13 19:01:23 +0000
commit969e9532413b2991faf1be1ca351a56cdc9a9ad4 (patch)
tree28db68788f59dae75096e81a3dd13d6634cfdd8e /lib/libc/posix1e
parenta928bab70b1cae329a6ba8208e3d745b38a8b190 (diff)
downloadFreeBSD-src-969e9532413b2991faf1be1ca351a56cdc9a9ad4.zip
FreeBSD-src-969e9532413b2991faf1be1ca351a56cdc9a9ad4.tar.gz
After PSARC/2010/029, "canonical six" no longer exists.
Diffstat (limited to 'lib/libc/posix1e')
-rw-r--r--lib/libc/posix1e/acl_is_trivial_np.34
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/posix1e/acl_is_trivial_np.3 b/lib/libc/posix1e/acl_is_trivial_np.3
index 787e3f9..8b75fc4 100644
--- a/lib/libc/posix1e/acl_is_trivial_np.3
+++ b/lib/libc/posix1e/acl_is_trivial_np.3
@@ -56,7 +56,9 @@ ACL is trivial if it can be fully expressed as a file mode without loosing
any access rules.
For POSIX.1e ACLs, ACL is trivial if it has the three required entries,
one for owner, one for owning group, and one for other.
-For NFSv4 ACLs, ACL is trivial if it has the "canonical six" entries.
+For NFSv4 ACLs, ACL is trivial if is identical to the ACL generated by
+.Fn acl_strip_np 3
+from the file mode.
Files that have non-trivial ACL have a plus sign appended after mode bits
in "ls -l" output.
.Sh RETURN VALUES
OpenPOWER on IntegriCloud