Re: [RFC v7 14/41] richacl: Create-time inheritance

2015-09-21 Thread Andreas Gruenbacher
2015-09-18 19:58 GMT+02:00 J. Bruce Fields : > On Sat, Sep 05, 2015 at 12:27:09PM +0200, Andreas Gruenbacher wrote: >> + if (dir_ace->e_flags & >> RICHACE_NO_PROPAGATE_INHERIT_ACE) >> + ace->e_flags &= ~RICHACE_INHERITANCE_FLAGS; >> +

Re: [RFC v7 14/41] richacl: Create-time inheritance

2015-09-21 Thread Andreas Gruenbacher
2015-09-18 19:58 GMT+02:00 J. Bruce Fields : > On Sat, Sep 05, 2015 at 12:27:09PM +0200, Andreas Gruenbacher wrote: >> + if (dir_ace->e_flags & >> RICHACE_NO_PROPAGATE_INHERIT_ACE) >> + ace->e_flags &=

Re: [RFC v7 14/41] richacl: Create-time inheritance

2015-09-18 Thread J. Bruce Fields
On Sat, Sep 05, 2015 at 12:27:09PM +0200, Andreas Gruenbacher wrote: > When a new file is created, it can inherit an acl from its parent > directory; this is similar to how default acls work in POSIX (draft) > ACLs. > > As with POSIX ACLs, if a file inherits an acl from its parent directory, >

Re: [RFC v7 14/41] richacl: Create-time inheritance

2015-09-18 Thread J. Bruce Fields
On Sat, Sep 05, 2015 at 12:27:09PM +0200, Andreas Gruenbacher wrote: > When a new file is created, it can inherit an acl from its parent > directory; this is similar to how default acls work in POSIX (draft) > ACLs. > > As with POSIX ACLs, if a file inherits an acl from its parent directory, >

[RFC v7 14/41] richacl: Create-time inheritance

2015-09-05 Thread Andreas Gruenbacher
When a new file is created, it can inherit an acl from its parent directory; this is similar to how default acls work in POSIX (draft) ACLs. As with POSIX ACLs, if a file inherits an acl from its parent directory, the intersection between the create mode and the permissions granted by the

[RFC v7 14/41] richacl: Create-time inheritance

2015-09-05 Thread Andreas Gruenbacher
When a new file is created, it can inherit an acl from its parent directory; this is similar to how default acls work in POSIX (draft) ACLs. As with POSIX ACLs, if a file inherits an acl from its parent directory, the intersection between the create mode and the permissions granted by the