summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2018-12-25 21:03:36 -0600
committerMatthias Maier <tamiko@gentoo.org>2018-12-25 21:27:05 -0600
commitfa037df7c74c102d2b82689c4cfc0e804ee1ba8c (patch)
tree47ab0d9c650fc19ea16896226f871430cea12784 /app-emulation/libvirt/files
parentwww-client/chromium: re-enable intermediate pax-mark (diff)
downloadgentoo-fa037df7c74c102d2b82689c4cfc0e804ee1ba8c.tar.gz
gentoo-fa037df7c74c102d2b82689c4cfc0e804ee1ba8c.tar.bz2
gentoo-fa037df7c74c102d2b82689c4cfc0e804ee1ba8c.zip
app-emulation/libvirt: version bump to 4.10.0
* fix apparmor rules, bug #667434 * include netcat alternatives, bug #672992 Closes: https://bugs.gentoo.org/667434 Closes: https://bugs.gentoo.org/672992 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation/libvirt/files')
-rw-r--r--app-emulation/libvirt/files/libvirt-4.10.0-fix_apparmor_rules.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/app-emulation/libvirt/files/libvirt-4.10.0-fix_apparmor_rules.patch b/app-emulation/libvirt/files/libvirt-4.10.0-fix_apparmor_rules.patch
new file mode 100644
index 000000000000..e561bf42451f
--- /dev/null
+++ b/app-emulation/libvirt/files/libvirt-4.10.0-fix_apparmor_rules.patch
@@ -0,0 +1,14 @@
+diff --git a/examples/apparmor/usr.lib.libvirt.virt-aa-helper b/examples/apparmor/usr.lib.libvirt.virt-aa-helper
+index de94368..5fbae27 100644
+--- a/examples/apparmor/usr.lib.libvirt.virt-aa-helper
++++ b/examples/apparmor/usr.lib.libvirt.virt-aa-helper
+@@ -39,6 +39,9 @@ profile virt-aa-helper /usr/{lib,lib64}/libvirt/virt-aa-helper {
+ /etc/apparmor.d/libvirt/* r,
+ /etc/apparmor.d/libvirt/libvirt-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]* rw,
+
++ # Gentoo specific path for uefi firmware
++ /usr/share/edk2-ovmf/* r,
++
+ # for backingstore -- allow access to non-hidden files in @{HOME} as well
+ # as storage pools
+ audit deny @{HOME}/.* mrwkl,