Date: Thu, 05 Feb 2004 10:24:40 -0700 From: "Jerad Hampton" <jerad.hampton@kingsu.ca> To: freebsd-questions@freebsd.org Subject: ACL mask shanging group perms Message-ID: <402219E8.19007.3EC531@localhost>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?402219E8.19007.3EC531>