]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Pass the virt driver name into security drivers
authorDaniel Walsh <dwalsh@redhat.com>
Thu, 10 May 2012 16:49:29 +0000 (17:49 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 16 May 2012 09:05:46 +0000 (10:05 +0100)
commit73580c60d1003c7d93125a0f62b673818a5da9c9
tree35cdff0ee5e6578622aa4f2e323c4e6d3a69bd65
parent6cfc3f8f4facc7f549ee494b216bde18d15a1d33
Pass the virt driver name into security drivers

To allow the security drivers to apply different configuration
information per hypervisor, pass the virtualization driver name
into the security manager constructor.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
14 files changed:
src/lxc/lxc_conf.h
src/lxc/lxc_controller.c
src/lxc/lxc_driver.c
src/qemu/qemu_driver.c
src/security/security_apparmor.c
src/security/security_dac.c
src/security/security_driver.c
src/security/security_driver.h
src/security/security_manager.c
src/security/security_manager.h
src/security/security_nop.c
src/security/security_selinux.c
src/security/security_stack.c
tests/seclabeltest.c