Re: [libvirt] [PATCH 4/6] Support relabelling of USB and PCI devices

2009-09-03 Thread Mark McLoughlin
Apart from DV's comments, ACK to patches 1-3 On Tue, 2009-09-01 at 16:28 +0100, Daniel P. Berrange wrote: * src/security.h: Driver API for relabelling host devices * src/security_selinux.c: Implement relabelling of PCI and USB devices * src/qemu_driver.c: Relabel USB/PCI devices before

Re: [libvirt] [PATCH 4/6] Support relabelling of USB and PCI devices

2009-09-03 Thread Daniel P. Berrange
On Thu, Sep 03, 2009 at 01:04:30PM +0100, Mark McLoughlin wrote: Apart from DV's comments, ACK to patches 1-3 On Tue, 2009-09-01 at 16:28 +0100, Daniel P. Berrange wrote: * src/security.h: Driver API for relabelling host devices * src/security_selinux.c: Implement relabelling of PCI and

Re: [libvirt] [PATCH 4/6] Support relabelling of USB and PCI devices

2009-09-02 Thread Daniel Veillard
On Tue, Sep 01, 2009 at 04:28:57PM +0100, Daniel P. Berrange wrote: * src/security.h: Driver API for relabelling host devices * src/security_selinux.c: Implement relabelling of PCI and USB devices * src/qemu_driver.c: Relabel USB/PCI devices before hotplug --- src/qemu_driver.c |

[libvirt] [PATCH 4/6] Support relabelling of USB and PCI devices

2009-09-01 Thread Daniel P. Berrange
* src/security.h: Driver API for relabelling host devices * src/security_selinux.c: Implement relabelling of PCI and USB devices * src/qemu_driver.c: Relabel USB/PCI devices before hotplug --- src/qemu_driver.c | 12 ++- src/security.h |7 ++ src/security_selinux.c | 175