acl-devel
[Top][All Lists]
Advanced

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

Re: [Acl-devel] ACL has no affect.


From: dE
Subject: Re: [Acl-devel] ACL has no affect.
Date: Sat, 29 Mar 2014 20:38:01 +0530
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

On 03/29/14 18:36, Jan Engelhardt wrote:
On Saturday 2014-03-29 04:58, dE wrote:

I've add users and groups to ACL, but they seem to get ignored. They've no
affect at all. Even the default user/group/other permissions have no affect.

getfacl ACL/
# file: ACL/
# owner: root
# group: root
user::rwx
group::rwx
other::rwx
default:user::rwx
default:user:de:---
default:group::rwx
default:mask::rwx
default:other::rwx

address@hidden ~ $ cd ACL/; ls
dir  file

So default:user:de:--- is being ignored.
"default" only applies to newly-created objects, which ls does not do.
Nothing is ignored.

# group: root
user::rwx
group::rwx
other::---
default:user::rwx
default:user:de:rwx
default:group::rwx
default:mask::rwx
default:other::---

To get --

$ cd ACL/; ls
bash: cd: ACL/: Permission denied
This is because "other::---" matches your identity.

What does this 'default' stand for? Is it mandatory? Any other keywords to use instead? Any documentation to explain this? Man page doesn't have much...



reply via email to

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