forked from pool/libvirt
096d671ce7
- Update to libvirt 4.10.0 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: 14d03b27-libxl-rm-redundant-virObjectEventStateQueue.patch, 82452a5d-libxl-rm-goto-libxlDomainShutdownThread.patch, da4b0fd9-libxl-support-soft-reset.patch, libxl-qemu-emulator-caps.patch - Added patches: libxl-support-ovswitch.patch, libxl-ovswitch-config-format-conversions.patch - FATE#320928, FATE#325817, FATE#326380, FATE#326698 OBS-URL: https://build.opensuse.org/request/show/653614 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=718
12 lines
430 B
Diff
12 lines
430 B
Diff
Index: libvirt-4.10.0/examples/apparmor/libvirt-qemu
|
|
===================================================================
|
|
--- libvirt-4.10.0.orig/examples/apparmor/libvirt-qemu
|
|
+++ libvirt-4.10.0/examples/apparmor/libvirt-qemu
|
|
@@ -221,3 +221,6 @@
|
|
# required for sasl GSSAPI plugin
|
|
/etc/gss/mech.d/ r,
|
|
/etc/gss/mech.d/* r,
|
|
+
|
|
+ # Temporary screendump rule -- See bsc#904426
|
|
+ /var/cache/libvirt/qemu/qemu.screendump.* rw,
|