]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_conf: Introduce metadata_lock_manager
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 21 Aug 2018 09:55:55 +0000 (11:55 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 18 Sep 2018 15:12:53 +0000 (17:12 +0200)
commit8b8aefb3d6ae2139ea3d4ef6d7dd2c06f57f6075
tree0ffb433e648fc1aca076903cc9b0681443d5ad7d
parent35b5b244da825fb41e35e4dc62e740d716214ec9
qemu_conf: Introduce metadata_lock_manager

This config option allows users to set and enable lock manager
for domain metadata. The lock manager is going to be used by
security drivers to serialize each other when changing a file
ownership or changing the SELinux label. The only supported lock
manager is 'lockd' for now.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/qemu/libvirtd_qemu.aug
src/qemu/qemu.conf
src/qemu/qemu_conf.c
src/qemu/qemu_conf.h
src/qemu/test_libvirtd_qemu.aug.in