Re: [Virtio-fs] [PULL 09/12] virtiofsd: Create new file with security context

2022-04-07 Thread Vivek Goyal
On Thu, Apr 07, 2022 at 01:44:35PM +0100, Dr. David Alan Gilbert wrote: > * Peter Maydell (peter.mayd...@linaro.org) wrote: > > On Thu, 17 Feb 2022 at 17:40, Dr. David Alan Gilbert (git) > > wrote: > > > > > > From: Vivek Goyal > > > > > > This patch adds support for creating new file with

Re: [Virtio-fs] [PULL 09/12] virtiofsd: Create new file with security context

2022-04-07 Thread Dr. David Alan Gilbert
* Peter Maydell (peter.mayd...@linaro.org) wrote: > On Thu, 17 Feb 2022 at 17:40, Dr. David Alan Gilbert (git) > wrote: > > > > From: Vivek Goyal > > > > This patch adds support for creating new file with security context > > as sent by client. It basically takes three paths. > > > > - If no

Re: [Virtio-fs] [PULL 09/12] virtiofsd: Create new file with security context

2022-04-07 Thread Peter Maydell
On Thu, 17 Feb 2022 at 17:40, Dr. David Alan Gilbert (git) wrote: > > From: Vivek Goyal > > This patch adds support for creating new file with security context > as sent by client. It basically takes three paths. > > - If no security context enabled, then it continues to create files without >

[Virtio-fs] [PULL 09/12] virtiofsd: Create new file with security context

2022-02-17 Thread Dr. David Alan Gilbert (git)
From: Vivek Goyal This patch adds support for creating new file with security context as sent by client. It basically takes three paths. - If no security context enabled, then it continues to create files without security context. - If security context is enabled and but security.selinux has

[Virtio-fs] [PULL 09/12] virtiofsd: Create new file with security context

2022-02-17 Thread Dr. David Alan Gilbert (git)
From: Vivek Goyal This patch adds support for creating new file with security context as sent by client. It basically takes three paths. - If no security context enabled, then it continues to create files without security context. - If security context is enabled and but security.selinux has

[Virtio-fs] [PULL 09/12] virtiofsd: Create new file with security context

2022-02-16 Thread Dr. David Alan Gilbert (git)
From: Vivek Goyal This patch adds support for creating new file with security context as sent by client. It basically takes three paths. - If no security context enabled, then it continues to create files without security context. - If security context is enabled and but security.selinux has