]> git.ipfire.org Git - thirdparty/libvirt.git/commit
security: add MANAGER_MOUNT_NAMESPACE flag
authorCole Robinson <crobinso@redhat.com>
Sun, 27 Aug 2017 15:23:47 +0000 (11:23 -0400)
committerCole Robinson <crobinso@redhat.com>
Tue, 12 Sep 2017 16:27:42 +0000 (12:27 -0400)
commit321031e482425dfeae0f125cdac6df870f079efd
treeaa9f7a1823f50140b59e9597018f0b5348aa72bf
parent239781e03ae01d28b7ca79ace77c30295c783ba8
security: add MANAGER_MOUNT_NAMESPACE flag

The VIR_SECURITY_MANAGER_MOUNT_NAMESPACE flag informs the DAC driver
if mount namespaces are in use for the VM. Will be used for future
changes.

Wire it up in the qemu driver
src/qemu/qemu_driver.c
src/security/security_dac.c
src/security/security_dac.h
src/security/security_manager.c
src/security/security_manager.h