summaryrefslogtreecommitdiffstats
path: root/bin/setfacl
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2001-12-02 18:46:33 +0000
committerjedgar <jedgar@FreeBSD.org>2001-12-02 18:46:33 +0000
commite95759f46412cb1856c366e36641b92681ffc36e (patch)
tree966c2a0d905bb7d17a0f429afecdedfe9545e48b /bin/setfacl
parent2614d1c3e11a8df29494ad45fb7b2f76357bca47 (diff)
downloadFreeBSD-src-e95759f46412cb1856c366e36641b92681ffc36e.zip
FreeBSD-src-e95759f46412cb1856c366e36641b92681ffc36e.tar.gz
o Expand the explaination of the -b option WRT the resulting
group ACL entry in relation to the existing group and mask ACL entries. o Move the explanation of multiple ACL entries on the command line to the ACL ENTRIES section. Obtained from: TrustedBSD Project
Diffstat (limited to 'bin/setfacl')
-rw-r--r--bin/setfacl/setfacl.116
1 files changed, 13 insertions, 3 deletions
diff --git a/bin/setfacl/setfacl.1 b/bin/setfacl/setfacl.1
index 5d72816..b7181e3 100644
--- a/bin/setfacl/setfacl.1
+++ b/bin/setfacl/setfacl.1
@@ -49,6 +49,16 @@ The following options are available:
.Bl -tag -width indent
.It Fl b
Remove all ACL entries except for the three required entries.
+If the ACL contains a
+.Dq Li mask
+entry, the permissions of the
+.Dq Li group
+entry in the resulting ACL will be set to the permission
+associatd with both the
+.Dq Li group
+and
+.Dq Li mask
+entries of the current ACL.
.It Fl d
The operations apply to the default ACL entries instead of
access ACL entries. Currently only directories may have
@@ -89,9 +99,6 @@ from the access or default ACL of the specified files.
.Pp
The above options are evaluated in the order specified
on the command-line.
-.Pp
-Multiple ACL entries specified on the command line are
-separated by commas.
.Sh ACL ENTRIES
An ACL entry contains three colon-separated fields:
an ACL tag, an ACL qualifier, and discretionary access
@@ -192,6 +199,9 @@ ACL entries, file owning group,
ACL entries, and
.Dq Li other
ACL entry.
+.Pp
+Multiple ACL entries specified on the command line are
+separated by commas.
.Sh DIAGNOSTICS
.Ex -std
.Sh EXAMPLES
OpenPOWER on IntegriCloud