Re: [PATCH] fuse: Ensure posix acls are translated outside of init_user_ns

2018-05-29 Thread Eric W. Biederman
Miklos Szeredi writes: > On Tue, May 29, 2018 at 2:42 PM, Eric W. Biederman > wrote: >> ebied...@xmission.com (Eric W. Biederman) writes: >> >>> ebied...@xmission.com (Eric W. Biederman) writes: >>> Ensure the translation happens by failing to read or write posix acls when the filesyst

Re: [PATCH] fuse: Ensure posix acls are translated outside of init_user_ns

2018-05-29 Thread Miklos Szeredi
On Tue, May 29, 2018 at 2:42 PM, Eric W. Biederman wrote: > ebied...@xmission.com (Eric W. Biederman) writes: > >> ebied...@xmission.com (Eric W. Biederman) writes: >> >>> Ensure the translation happens by failing to read or write >>> posix acls when the filesystem has not indicated it supports >>

Re: [PATCH] fuse: Ensure posix acls are translated outside of init_user_ns

2018-05-29 Thread Eric W. Biederman
ebied...@xmission.com (Eric W. Biederman) writes: > ebied...@xmission.com (Eric W. Biederman) writes: > >> Ensure the translation happens by failing to read or write >> posix acls when the filesystem has not indicated it supports >> posix acls. >> >> This ensures that modern cached posix acl suppo

Re: [PATCH] fuse: Ensure posix acls are translated outside of init_user_ns

2018-05-23 Thread Eric W. Biederman
ebied...@xmission.com (Eric W. Biederman) writes: > Ensure the translation happens by failing to read or write > posix acls when the filesystem has not indicated it supports > posix acls. > > This ensures that modern cached posix acl support is available > and used when dealing with posix acls. T

Re: [PATCH] fuse: Ensure posix acls are translated outside of init_user_ns

2018-05-08 Thread Seth Forshee
On Fri, May 04, 2018 at 11:47:28AM -0500, Eric W. Biederman wrote: > > Ensure the translation happens by failing to read or write > posix acls when the filesystem has not indicated it supports > posix acls. > > This ensures that modern cached posix acl support is available > and used when dealing

[PATCH] fuse: Ensure posix acls are translated outside of init_user_ns

2018-05-04 Thread Eric W. Biederman
Ensure the translation happens by failing to read or write posix acls when the filesystem has not indicated it supports posix acls. This ensures that modern cached posix acl support is available and used when dealing with posix acls. This is important because only that path has the code to conve