Re: [libvirt] [PATCH v3] selinux: relabel tapfd in qemuPhysIfaceConnect

2012-10-18 Thread Laine Stump
On 10/18/2012 12:56 PM, Guannan Ren wrote: > Relabeling tapfd right after the tap device is created. > qemuPhysIfaceConnect is common function called both for static > netdevs and for hotplug netdevs. > --- > src/qemu/qemu_command.c | 13 + > 1 file changed, 9 insertions(+), 4 deletion

[libvirt] [PATCH v3] selinux: relabel tapfd in qemuPhysIfaceConnect

2012-10-18 Thread Guannan Ren
Relabeling tapfd right after the tap device is created. qemuPhysIfaceConnect is common function called both for static netdevs and for hotplug netdevs. --- src/qemu/qemu_command.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/q