Re: [PATCH v3 2/2] virtiofsd: Enable posix_acls by default if xattrs are enabled

2021-02-24 Thread Stefan Hajnoczi
On Tue, Feb 23, 2021 at 05:52:50PM -0500, Vivek Goyal wrote: > Fuse protocl wants file server to opt in for FUSE_POSIX_ACL if posix > acls are to be enabled. Right now virtiofsd does not enable it. This > patch opts in for FUSE_POSIX_ACL if xattr support is enabled. > > When parent directory has d

[PATCH v3 2/2] virtiofsd: Enable posix_acls by default if xattrs are enabled

2021-02-23 Thread Vivek Goyal
Fuse protocl wants file server to opt in for FUSE_POSIX_ACL if posix acls are to be enabled. Right now virtiofsd does not enable it. This patch opts in for FUSE_POSIX_ACL if xattr support is enabled. When parent directory has default acl and a file is created in that directory, then umask is ignor