forked from pool/libvirt
4d2c547eb1
- spec: use wireshark plugin directory from pkg-config - virt-aa-helper: add SUSE path to OVMF and AAVMF images Adjusted suse-ovmf-paths.patch boo#1095556 - Update to libvirt 4.4.0 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - CVE-2018-3639 - Dropped patches: 1dbca2ec-CVE-2018-3639.patch, 92673422-CVE-2018-3639.patch - libxl: fix leaking logfile fds 67c56f6e-libxl-logfd-leak-fix.patch bsc#1094480 OBS-URL: https://build.opensuse.org/request/show/614408 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=691
12 lines
427 B
Diff
12 lines
427 B
Diff
Index: libvirt-4.4.0/examples/apparmor/libvirt-qemu
|
|
===================================================================
|
|
--- libvirt-4.4.0.orig/examples/apparmor/libvirt-qemu
|
|
+++ libvirt-4.4.0/examples/apparmor/libvirt-qemu
|
|
@@ -197,3 +197,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,
|