Re: [PATCH v6 4/5] fuse: Ensure posix acls are translated outside of init_user_ns

From: Miklos Szeredi
Date: Mon Feb 26 2018 - 02:47:31 EST


On Thu, Feb 22, 2018 at 11:50 PM, Eric W. Biederman
<ebiederm@xxxxxxxxxxxx> wrote:

> So if we could figure out how to use the generic acl support for the old
> brand of fuse filesystems that don't set FUSE_POSIX_ACL it would be much
> easier to support them long term.

Simplest and most robust way seems to be to do everything the same (as
with FUSE_POSIX_ACL) but tell the vfs not to cache the acl.

Thanks,
Miklos