diff options
| author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-12-02 18:46:33 +0000 |
|---|---|---|
| committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-12-02 18:46:33 +0000 |
| commit | 458ad6cb172468f889a937f8d15288d39e337239 (patch) | |
| tree | 966c2a0d905bb7d17a0f429afecdedfe9545e48b /bin | |
| parent | 6464bbfa03ce209fd0eeafc72ca1fada2e7b8c3d (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/setfacl/setfacl.1 | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/bin/setfacl/setfacl.1 b/bin/setfacl/setfacl.1 index 5d72816cf522..b7181e30ad9f 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 |
