forked from pool/libvirt
061a75b436
- qemu: Fix segmentation fault in qemuDomainUndefineFlags 823a62ec-qemu-fix-undefine-crash.patch - Update to libvirt 8.1.0 - Many incremental improvements and bug fixes, see https://libvirt.org/news.html#v8-1-0-2022-03-01 - Dropped patches: 3be5ba11-libvirt-guests-install.patch, 16172741-libvirt-guests-manpage.patch, 8eb44616-remove-sysconfig-files.patch, 31e937fb-libxl-save-lock-indicator.patch, 105dace2-revert-virProcessGetStatInfo.patch, e0241f33-libxl-mark-allocated-graphics-ports.patch, 18ec405a-libxl-release-graphics-ports.patch, 76deb656-qemu-fix-snapshot-revert.patch, 454b927d-libxl-fix-dom-restore.patch OBS-URL: https://build.opensuse.org/request/show/959272 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=925
12 lines
460 B
Diff
12 lines
460 B
Diff
Index: libvirt-8.1.0/src/security/apparmor/libvirt-qemu
|
|
===================================================================
|
|
--- libvirt-8.1.0.orig/src/security/apparmor/libvirt-qemu
|
|
+++ libvirt-8.1.0/src/security/apparmor/libvirt-qemu
|
|
@@ -248,3 +248,6 @@
|
|
# /sys/bus/nd/devices
|
|
/ r, # harmless on any lsb compliant system
|
|
/sys/bus/nd/devices/{,**/} r,
|
|
+
|
|
+ # Temporary screendump rule -- See bsc#904426
|
|
+ /var/cache/libvirt/qemu/qemu.screendump.* rw,
|