summaryrefslogtreecommitdiffstats
path: root/bin/cp/cp.1
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2012-09-04 12:19:34 +0000
committertrasz <trasz@FreeBSD.org>2012-09-04 12:19:34 +0000
commit9e473fee552fcbe0a8739da0505cedb2119526de (patch)
tree0551f17f706806e8c46ba30542d561d79ae20727 /bin/cp/cp.1
parent0259eae71ddeae3d8d755dc42bbdc21e1016da04 (diff)
downloadFreeBSD-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/cp/cp.1')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud