forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
app-emulation/libvirt/files/libvirt-4.5.0-fix_typo_in_apparmor_rule.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters