ACL mask shanging group perms

Jerad Hampton jerad.hampton at kingsu.ca
Thu Feb 5 09:26:15 PST 2004


Is anyone using acls on there file sytstem?

When I change an acl it also sets the unix g permissions the same as the mask

orca# ll
total 4
-rw-r-x---+ 1 root  users  68 Feb  5 09:58 index.html
orca# getfacl index.html 
#file:index.html
#owner:0
#group:1000
user::rw-
user:nobody:r-x
group::---
mask::r-x
other::---
orca# setfacl -m u:nobody:rwx index.html
orca# ll
total 4
-rw-rwx---+ 1 root  users  68 Feb  5 10:24 index.html
orca# getfacl index.html 
#file:index.html
#owner:0
#group:1000
user::rw-
user:nobody:rwx
group::---
mask::rwx
other::---
orca# 

I don't think this is normal behavior.  Any sugestions?

Thanks


Jerad Hampton
Network Administrator
The King's University College



More information about the freebsd-questions mailing list