]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
conf: describe security_driver behavior
authorMartin Kletzander <mkletzan@redhat.com>
Tue, 4 Sep 2012 14:09:43 +0000 (16:09 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 5 Sep 2012 04:46:57 +0000 (06:46 +0200)
As a request was raised for this, I added few lines in the "Notes"
part of the "security_driver" comments about allowed values.

src/qemu/qemu.conf

index d3175fa750cdf93f3ce396c4c8eea9df112ec971..6cd0d8038e4d1ec7744c4a246ea1a15563d1597a 100644 (file)
 #
 #       security_driver = [ "selinux", "apparmor" ]
 #
-# Note: The DAC security driver is always enabled.
+# Notes: The DAC security driver is always enabled; as a result, the
+# value of security_driver cannot contain "dac".  The value "none" is
+# a special value; security_driver can be set to that value in
+# isolation, but it cannot appear in a list of drivers.
 #
 #security_driver = "selinux"