[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Acl-devel] ACL access disparity observed as per man 5 acl
From: |
Michael Orlitzky |
Subject: |
Re: [Acl-devel] ACL access disparity observed as per man 5 acl |
Date: |
Tue, 22 Jul 2014 12:46:33 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 |
On 07/22/2014 07:57 AM, Soham Chakraborty wrote:
>
> address@hidden ~]$ getfacl /home/soham/a
> getfacl: /home/soham/a: Permission denied
>
You switched from the user 'soham' to the user 'acl'. Does the user
'acl' have access to your home directory? Try "getfacl /", "getfacl
/home", and "getfacl /home/soham" to find out the first place where the
'acl' user doesn't have execute (i.e. traversal) permissions.
Once it can access your home directory, it should be able to access the
'a' file.