Re: [libvirt] [PATCH 07/12] qemu: domain: Put the egl-headless' rendernode device into the namespace

2018-11-22 Thread Ján Tomko
On Thu, Nov 22, 2018 at 05:36:05PM +0100, Erik Skultety wrote: Just like for SPICE, we need to put the DRI device into the namespace, otherwise it will be left out from the DAC relabeling process. Signed-off-by: Erik Skultety --- src/qemu/qemu_domain.c | 15 +++ 1 file changed, 11 in

[libvirt] [PATCH 07/12] qemu: domain: Put the egl-headless' rendernode device into the namespace

2018-11-22 Thread Erik Skultety
Just like for SPICE, we need to put the DRI device into the namespace, otherwise it will be left out from the DAC relabeling process. Signed-off-by: Erik Skultety --- src/qemu/qemu_domain.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/qemu/qemu_domain.