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
|