Re: Clarification related to ACL with setPermission

2014-11-25 Thread Chris Nauroth
Hi Vinay, The behavior you described is correct according to the POSIX ACL model. The reason for this is that once a file has an ACL, its group permission bits are then used as the mask entry, which filters the permissions applied to named user entries, named group entries, and the unnamed group e

Clarification related to ACL with setPermission

2014-11-11 Thread Vinayakumar B
Hi, Here is the scenario. 1. owner : *user1, *ownerGroup: *group1* *2. /dir *have permissions set 700 (rwx--) using setPermission(). 3. Now another Named group ACL has been set to allow access to another group group:*group2:r-x* 4. Now, when */dir is *accessed from a user belongs to *gro