[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

default ACL behaviour



Hi,

is the following meant to happen? I set a default group mask, and the
file also gains a default user mask of rwx.

Could someone please explain this to me? ... and hit me with a big stick
if this is default ACL behaviour ;)

cheers,
Ian.

ids:/tmp# mkdir test
ids:/tmp# setfacl -dm u:www-data:r-x test
ids:/tmp# getfacl test
# file: test
# owner: root
# group: root
user::rwx
group::r-x
other::---
default:user::rwx
default:user:www-data:r-x
default:group::r-x
default:mask::r-x
default:other::---


-- 
Ian Cumming, ian@semisphere.org

"The number of Unix installations has grown to 10, with more expected."
-- The Unix Programmer's Manual, 2nd Edition, June, 1972