[libvirt] [PATCH v3 0/3] Correctly label migration TCP socket

2011-08-26 Thread Jiri Denemark
With current libvirt and qemu, migration is not working if SELinux is in enforcing mode, since the TCP socket we pass to qemu is not labeled in a way that would allow qemu to read from it. After this patchset, migration works even in enforcing mode. Jiri Denemark (3): security: Rename

Re: [libvirt] [PATCH v3 0/3] Correctly label migration TCP socket

2011-08-26 Thread Jiri Denemark
On Fri, Aug 26, 2011 at 10:23:45 +0200, Jiri Denemark wrote: With current libvirt and qemu, migration is not working if SELinux is in enforcing mode, since the TCP socket we pass to qemu is not labeled in a way that would allow qemu to read from it. After this patchset, migration works even