Re: [libvirt] [PATCH] qemu: Don't enable seclabel remembering for session mode

2019-01-10 Thread Ján Tomko
On Thu, Jan 10, 2019 at 02:02:33PM +0100, Michal Privoznik wrote: The session daemon is unable to set XATTRs in 'trusted' namespace because it doesn't run as privileged process. Therefore, when creating the default qemu config enable rememberOwner only when running as privileged process. Signed-

[libvirt] [PATCH] qemu: Don't enable seclabel remembering for session mode

2019-01-10 Thread Michal Privoznik
The session daemon is unable to set XATTRs in 'trusted' namespace because it doesn't run as privileged process. Therefore, when creating the default qemu config enable rememberOwner only when running as privileged process. Signed-off-by: Michal Privoznik --- src/qemu/qemu_conf.c | 2 +- 1 file c