diff options
author | trasz <trasz@FreeBSD.org> | 2012-09-04 12:19:34 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2012-09-04 12:19:34 +0000 |
commit | 9e473fee552fcbe0a8739da0505cedb2119526de (patch) | |
tree | 0551f17f706806e8c46ba30542d561d79ae20727 /bin/Makefile | |
parent | 0259eae71ddeae3d8d755dc42bbdc21e1016da04 (diff) | |
download | FreeBSD-src-9e473fee552fcbe0a8739da0505cedb2119526de.zip FreeBSD-src-9e473fee552fcbe0a8739da0505cedb2119526de.tar.gz |
Fix an error in setfacl(1) that manifested like this:
# setfacl -m u:trasz:rwx x
# setfacl -m u:root:rwx x
# getfacl x
# file: x
# owner: root
# group: wheel
user::rw-
user:root:rwx
user:trasz:rwx
group::r--
mask::rwx
other::r--
# setfacl -m u:root:rwx x
setfacl: x: acl_calc_mask() failed: Invalid argument
setfacl: x: failed to set ACL mask
For NFSv4 ACLs, this sort of situation would result in duplicated
entries.
MFC after: 1 month
Diffstat (limited to 'bin/Makefile')
0 files changed, 0 insertions, 0 deletions