commit: 9af4ca4ecde365133bfe54796d1e70d69a27eef0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Oct 6 20:39:51 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Oct 6 20:44:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af4ca4e
app-emulation/libvirt: fix USE=apparmor patch for 6.7.0 Fixes: adcefe5c40a45576ec0999c39f34b9c9ab85708d Bug: https://bugs.gentoo.org/746182 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam <AT> gentoo.org> app-emulation/libvirt/files/libvirt-6.7.0-fix-paths-for-apparmor.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/libvirt/files/libvirt-6.7.0-fix-paths-for-apparmor.patch b/app-emulation/libvirt/files/libvirt-6.7.0-fix-paths-for-apparmor.patch index fcd15191eca..18e7ef2daa0 100644 --- a/app-emulation/libvirt/files/libvirt-6.7.0-fix-paths-for-apparmor.patch +++ b/app-emulation/libvirt/files/libvirt-6.7.0-fix-paths-for-apparmor.patch @@ -37,7 +37,7 @@ rename from src/security/apparmor/usr.lib.libvirt.virt-aa-helper.in rename to src/security/apparmor/usr.libexec.libvirt.virt-aa-helper.in index dd18c8a..d06f9cb 100644 --- a/src/security/apparmor/usr.lib.libvirt.virt-aa-helper.in -+++ b/src/security/apparmor/usr.libexec.virt-aa-helper.in ++++ b/src/security/apparmor/usr.libexec.libvirt.virt-aa-helper.in @@ -69,5 +69,5 @@ profile virt-aa-helper @libexecdir@/virt-aa-helper { /**.[iI][sS][oO] r, /**/disk{,.*} r,
