341a5e8f5e
- Update to libvirt 8.5.0 - Many incremental improvements and bug fixes, see https://libvirt.org/news.html#v8-5-0-2022-07-01 - Drop downstream-only lxc patches. They received little interest upstream, are difficult to maintain, and are no longer required by the requester (SLE): 0001-Extract-stats-functions-from-the-qemu-driver.patch, 0002-lxc-implement-connectGetAllDomainStats.patch OBS-URL: https://build.opensuse.org/request/show/987259 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=935
12 lines
516 B
Diff
12 lines
516 B
Diff
Index: libvirt-8.5.0/src/security/apparmor/libvirt-qemu
|
|
===================================================================
|
|
--- libvirt-8.5.0.orig/src/security/apparmor/libvirt-qemu
|
|
+++ libvirt-8.5.0/src/security/apparmor/libvirt-qemu
|
|
@@ -253,3 +253,6 @@
|
|
# required for QEMU accessing UEFI nvram variables
|
|
owner /var/lib/libvirt/qemu/nvram/*_VARS.fd rwk,
|
|
owner /var/lib/libvirt/qemu/nvram/*_VARS.ms.fd rwk,
|
|
+
|
|
+ # Temporary screendump rule -- See bsc#904426
|
|
+ /var/cache/libvirt/qemu/qemu.screendump.* rw,
|