acl-devel
[Top][All Lists]
Advanced

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

[Acl-devel] Default dir ACL not working.


From: dE
Subject: [Acl-devel] Default dir ACL not working.
Date: Mon, 31 Mar 2014 12:45:25 +0530
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

I've the following ACL set in a dir name ACL --

# file: .
# owner: root
# group: root
user::rwx
group::rwx
mask::rwx
other::rwx
default:user::rwx
default:group::rwx
default:mask::rwx
default:other::rwx

As user safe if I --

touch test

to this directory

The file test has the following permission bits --

# file: test
# owner: safe
# group: safe
user::rw-
group::rwx                      #effective:rw-
mask::rw-
other::rw-

Which is not expected in my opinion; it should be rwx, for all of user, group, mask and others cause default:user,group,mask,others of the parent directory is rwx.

Thanks for the help!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]