xfs
[Top] [All Lists]

default ACL behaviour

To: linux-xfs@xxxxxxxxxxx
Subject: default ACL behaviour
From: Ian Cumming <ian@xxxxxxxxxx>
Date: Thu, 9 May 2002 17:42:30 +1000
Sender: owner-linux-xfs@xxxxxxxxxxx
User-agent: Mutt/1.3.28i
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@xxxxxxxxxxxxxx

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


<Prev in Thread] Current Thread [Next in Thread>
  • default ACL behaviour, Ian Cumming <=