[libvirt] [PATCH] conf: describe security_driver behavior

Martin Kletzander mkletzan at redhat.com
Tue Sep 4 14:23:08 UTC 2012


As a request was raised for this, I added few lines in the "Notes"
part of the "security_driver" comments about allowed values.
---
The related bug for this patch is here:
https://bugzilla.redhat.com/show_bug.cgi?id=853925

 src/qemu/qemu.conf | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/qemu/qemu.conf b/src/qemu/qemu.conf
index d3175fa..f0ba163 100644
--- a/src/qemu/qemu.conf
+++ b/src/qemu/qemu.conf
@@ -164,7 +164,10 @@
 #
 #       security_driver = [ "selinux", "apparmor" ]
 #
-# Note: The DAC security driver is always enabled.
+# Notes: The DAC security driver is always enabled, setting the
+# security_driver to that value is not allowed as well as adding "dac"
+# into the list of security drivers. Value "none" is special value and
+# cannot be used in the list of security drivers.
 #
 #security_driver = "selinux"

--
1.7.12




More information about the libvir-list mailing list