Created attachment 577724 [details, diff] fixed libvirt-5.0.0-fix-paths-for-apparmor.patch There is a problem in the "libvirt-5.0.0-fix-paths-for-apparmor.patch" with the profile for virt-aa-helper. The local profile was renamed to "usr.libexec.virt-aa-helper", but in the main profile there is still an include for "usr.lib.libvirt.virt-aa-helper". The fixed patch is in attachment >rename from src/security/apparmor/usr.lib.libvirt.virt-aa-helper >rename to src/security/apparmor/usr.libexec.virt-aa-helper ... >@@ -66,5 +66,5 @@ > /**.[iI][sS][oO] r, > /**/disk{,.*} r, > >- #include <local/usr.lib.libvirt.virt-aa-helper> >+ #include <local/usr.libexec.virt-aa-helper> > }
P.S. the actual problem is that the current profile does not load. >AppArmor parser error for usr.libexec.virt-aa-helper in usr.libexec.virt-aa-helper at line 69: Could not open 'local/usr.lib.libvirt.virt-aa-helper'
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c770404a3482d0cc15d7748f71b5d2118deaba commit 46c770404a3482d0cc15d7748f71b5d2118deaba Author: Matthias Maier <tamiko@gentoo.org> AuthorDate: 2019-07-01 14:21:04 +0000 Commit: Matthias Maier <tamiko@gentoo.org> CommitDate: 2019-07-01 14:26:17 +0000 app-emulation/libvirt: fix apparmor Closes: https://bugs.gentoo.org/686702 Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Matthias Maier <tamiko@gentoo.org> .../libvirt-5.0.0-fix-paths-for-apparmor.patch | 10 +- .../libvirt-5.2.0-fix-paths-for-apparmor.patch | 116 ++++++ app-emulation/libvirt/libvirt-5.2.0-r3.ebuild | 388 +++++++++++++++++++++ 3 files changed, 512 insertions(+), 2 deletions(-)