Re: [RFC v3 14/45] richacl: Permission check algorithm

2015-05-27 Thread J. Bruce Fields
On Wed, May 27, 2015 at 01:25:18PM +0200, Andreas Grünbacher wrote: > 2015-05-22 23:08 GMT+02:00 J. Bruce Fields : > > On Fri, Apr 24, 2015 at 01:04:11PM +0200, Andreas Gruenbacher wrote: > >> A richacl grants a requested access if the NFSv4 acl in the richacl > >> grants the requested permissions

Re: [RFC v3 14/45] richacl: Permission check algorithm

2015-05-27 Thread Andreas Grünbacher
2015-05-22 23:08 GMT+02:00 J. Bruce Fields : > On Fri, Apr 24, 2015 at 01:04:11PM +0200, Andreas Gruenbacher wrote: >> A richacl grants a requested access if the NFSv4 acl in the richacl >> grants the requested permissions (according to the NFSv4 permission >> check algorithm) and the file mask tha

Re: [RFC v3 14/45] richacl: Permission check algorithm

2015-05-22 Thread J. Bruce Fields
On Fri, Apr 24, 2015 at 01:04:11PM +0200, Andreas Gruenbacher wrote: > A richacl grants a requested access if the NFSv4 acl in the richacl > grants the requested permissions (according to the NFSv4 permission > check algorithm) and the file mask that applies to the process > includes the requested

[RFC v3 14/45] richacl: Permission check algorithm

2015-04-24 Thread Andreas Gruenbacher
A richacl grants a requested access if the NFSv4 acl in the richacl grants the requested permissions (according to the NFSv4 permission check algorithm) and the file mask that applies to the process includes the requested permissions. Signed-off-by: Andreas Gruenbacher --- fs/Makefile