forked from pool/libvirt
cde45b0d95
- Add support for sVirt in the LXC driver - Add new API virDomainBlockRebase - Add api to set and get domain metadata - virDomainGetDiskErrors public API - Add rawio attribute to disk element of domain XML - Introduce virDomainPMSuspendForDuration API - Add virStorageVolResize() API - Add a virt-host-validate command to sanity check HV config - Add new virDomainShutdownFlags API - QEMU guest agent support OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=197
22 lines
807 B
Diff
22 lines
807 B
Diff
Index: libvirt-0.9.10/src/qemu/qemu.conf
|
|
===================================================================
|
|
--- libvirt-0.9.10.orig/src/qemu/qemu.conf
|
|
+++ libvirt-0.9.10/src/qemu/qemu.conf
|
|
@@ -136,7 +136,16 @@
|
|
# leaving SELinux enabled for the host in general, then set this
|
|
# to 'none' instead.
|
|
#
|
|
+# SUSE Note:
|
|
+# Currently, Apparmor is the default security framework in SUSE
|
|
+# distros. If Apparmor is enabled on the host, libvirtd is
|
|
+# generously confined but users must opt-in to confine qemu
|
|
+# instances. Change this to 'apparmor' to enable Apparmor
|
|
+# confinement of qemu instances.
|
|
+#
|
|
# security_driver = "selinux"
|
|
+# security_driver = "apparmor"
|
|
+security_driver = "none"
|
|
|
|
# If set to non-zero, then the default security labeling
|
|
# will make guests confined. If set to zero, then guests
|