Re: [RFC v7 10/41] richacl: Permission check algorithm

2015-09-17 Thread J. Bruce Fields
On Sat, Sep 12, 2015 at 12:12:16AM +0200, Andreas Grünbacher wrote: > 2015-09-11 23:16 GMT+02:00 J. Bruce Fields : > > On Sat, Sep 05, 2015 at 12:27:05PM +0200, Andreas Gruenbacher wrote: > >> + /* > >> + * Apply the group file mask to entries other than owner@ and > >> +

Re: [RFC v7 10/41] richacl: Permission check algorithm

2015-09-11 Thread Andreas Grünbacher
2015-09-11 23:16 GMT+02:00 J. Bruce Fields : > On Sat, Sep 05, 2015 at 12:27:05PM +0200, Andreas Gruenbacher wrote: >> + /* >> + * Apply the group file mask to entries other than owner@ and >> + * everyone@ or user entries matching the owner. This ensures >> +

Re: [RFC v7 10/41] richacl: Permission check algorithm

2015-09-11 Thread J. Bruce Fields
On Sat, Sep 05, 2015 at 12:27:05PM +0200, Andreas Gruenbacher wrote: > A richacl roughly 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 requ

[RFC v7 10/41] richacl: Permission check algorithm

2015-09-05 Thread Andreas Gruenbacher
A richacl roughly 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 Acked-by: "J. Bruce F