]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_security: Fully implement qemuSecurityDomainSetPathLabel
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 5 Sep 2018 09:19:14 +0000 (11:19 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 17 Sep 2018 08:58:17 +0000 (10:58 +0200)
commitda24db2d30352c094f76dffb523e7f344ff8e30d
tree31b12318b62cea026554d566a2ccfd6bd2b51fbf
parent679895eb5d456a9902cbe9be748698ec38cc6945
qemu_security: Fully implement qemuSecurityDomainSetPathLabel

Even though the current use of the function does not require full
implementation with transactions (none of the callers pass a path
somewhere under /dev), it doesn't hurt either. Moreover, in
future patches the paradigm is going to shift so that any API
that touches a file is required to use transactions.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_domain.c
src/qemu/qemu_process.c
src/qemu/qemu_security.c
src/qemu/qemu_security.h