xfs
[Top] [All Lists]

ACL and XFS

To: linux-xfs@xxxxxxxxxxx
Subject: ACL and XFS
From: Oleg Novikov <olnow@xxxxxxxxxxxxx>
Date: Mon, 24 Mar 2003 16:40:30 +0300
Organization: NCSTU
Reply-to: Oleg Novikov <olnow@xxxxxxxxxxxxx>
Sender: linux-xfs-bounce@xxxxxxxxxxx
Hello, linux-xfs.

 I setup the xfs 1.2 on kernel version 2.4.19 with support
 FS_POSIX_ACL. And then i change acl on the directory:
 chacl u::r-x,g::r-x,o::r-x,m::r-x <directory>
 There ara result of getfacl <directory>:

# file: profile
# owner: student
# group: Domain Users
user::r-x
group::r-x
mask::r-x
other::r-x
default:user::rwx
default:group::rwx
default:mask::rwx
default:other::--- 

 When I try to create in this directory file or another directory the result of 
this operation
 is ok. I.e. the mask is r-x, but I can create file.
 Why acl don't work?

-- 
With redgards,
 Oleg                          mailto:olnow@xxxxxxxxxxxxx


<Prev in Thread] Current Thread [Next in Thread>
  • ACL and XFS, Oleg Novikov <=