]> xenbits.xensource.com Git - libvirt.git/commit
virSecurityManager: Track if running as privileged
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 10 Sep 2015 09:43:31 +0000 (11:43 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 15 Sep 2015 09:30:14 +0000 (11:30 +0200)
commit307fb9044c1c9a5394b66e6909c6fd943d7f84c8
tree86eb9bad1e1fd631bca1be85909076a4ff4690bb
parent276c409163fb94b0c325900d6e2581eaa3e3ada6
virSecurityManager: Track if running as privileged

We may want to do some decisions in drivers based on fact if we
are running as privileged user or not. Propagate this info there.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/lxc/lxc_controller.c
src/lxc/lxc_driver.c
src/qemu/qemu_driver.c
src/security/security_manager.c
src/security/security_manager.h
tests/qemuhotplugtest.c
tests/seclabeltest.c
tests/securityselinuxlabeltest.c
tests/securityselinuxtest.c