Re: [PATCH 0/2] virtiofsd: Add capability to block xattrs

2021-09-22 Thread Vivek Goyal
On Wed, Sep 22, 2021 at 12:00:17PM +0100, Dr. David Alan Gilbert wrote: > * Vivek Goyal (vgo...@redhat.com) wrote: > > As of now we have a knob "-o xattr/no_xattr" which either enables > > all xattrs or disables all xattrs. > > Hi Vivek, > Thanks for this. > > > We need something more fine grai

Re: [PATCH 0/2] virtiofsd: Add capability to block xattrs

2021-09-22 Thread Dr. David Alan Gilbert
* Vivek Goyal (vgo...@redhat.com) wrote: > As of now we have a knob "-o xattr/no_xattr" which either enables > all xattrs or disables all xattrs. Hi Vivek, Thanks for this. > We need something more fine grained where we can selectively disable > only certain xattrs (and not all). > > For examp

[PATCH 0/2] virtiofsd: Add capability to block xattrs

2021-08-26 Thread Vivek Goyal
As of now we have a knob "-o xattr/no_xattr" which either enables all xattrs or disables all xattrs. We need something more fine grained where we can selectively disable only certain xattrs (and not all). For example, in some cases we want to disable "security.selinux" xattr. This is equivalent t