]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Enforce qemuSecurity wrappers
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 13 Feb 2017 13:36:53 +0000 (14:36 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 6 Mar 2017 07:54:28 +0000 (08:54 +0100)
commit4da534c0b97b74f50ef742079b674f0929a07b46
treef61659b41609807e39f5a07481de9ee8ab876d6b
parente489625e138294276d33c359081b745bb323998a
qemu: Enforce qemuSecurity wrappers

Now that we have some qemuSecurity wrappers over
virSecurityManager APIs, lets make sure everybody sticks with
them. We have them for a reason and calling virSecurityManager
API directly instead of wrapper may lead into accidentally
labelling a file on the host instead of namespace.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
cfg.mk
src/qemu/qemu_command.c
src/qemu/qemu_conf.c
src/qemu/qemu_domain.c
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_migration.c
src/qemu/qemu_process.c
src/qemu/qemu_security.h