]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_security: Require full wrappers for APIs that might touch a file
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 5 Sep 2018 09:37:00 +0000 (11:37 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 17 Sep 2018 08:58:17 +0000 (10:58 +0200)
commitccafaacd61fc4ac99dac9c49cf470c3836487506
tree81e7ca0a5379a17e8db3907dfb051ea0527ab902
parente2c23982dd64f7c5bf29a76885f21daaa7b6911c
qemu_security: Require full wrappers for APIs that might touch a file

In the future, the transactions are not going to be optional and
they will be run regardless of domain using namespace to collect
list of paths to be relabeled.

To make sure there won't be an API that goes behind transaction
code back update the comment that serves as decision manual
whether an API must be fully implemented or plain #define is
sufficient.

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