mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-emulation/libvirt: fix typo in apparmor rule
Thanks to holgersson for pointing this out. Package-Manager: Portage-2.3.41, Repoman-2.3.9
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
diff --git a/examples/apparmor/usr.libexec.virt-aa-helper b/examples/apparmor/usr.libexec.virt-aa-helper
|
||||
index d21723f..99ab4ea 100644
|
||||
--- a/examples/apparmor/usr.libexec.virt-aa-helper
|
||||
+++ b/examples/apparmor/usr.libexec.virt-aa-helper
|
||||
@@ -50,7 +50,7 @@ profile virt-aa-helper /usr/libexec/virt-aa-helper {
|
||||
@{HOME}/** r,
|
||||
/var/lib/libvirt/images/ r,
|
||||
/var/lib/libvirt/images/** r,
|
||||
- /var/lib/nova/instances/_base/* r
|
||||
+ /var/lib/nova/instances/_base/* r,
|
||||
/{media,mnt,opt,srv}/** r,
|
||||
# For virt-sandbox
|
||||
/{,var/}run/libvirt/**/[sv]d[a-z] r,
|
||||
@@ -125,6 +125,7 @@ PATCHES=(
|
||||
"${FILESDIR}"/${PN}-4.5.0-do_not_use_sysconf.patch
|
||||
"${FILESDIR}"/${PN}-1.2.16-fix_paths_in_libvirt-guests_sh.patch
|
||||
"${FILESDIR}"/${PN}-3.10.0-r2-fix_paths_for_apparmor.patch
|
||||
"${FILESDIR}"/${PN}-4.5.0-fix_typo_in_apparmor_rule.patch
|
||||
)
|
||||
|
||||
pkg_setup() {
|
||||
Reference in New Issue
Block a user