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:
Matthias Maier
2018-07-03 10:30:12 -05:00
parent 5a09a4895b
commit f759fae5bc
2 changed files with 14 additions and 0 deletions

View File

@@ -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,

View File

@@ -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() {