commit: 7a9ae808043f2ec47ef48c480cd6274767e82a52 Author: Jonathan Davies <jpds <AT> protonmail <DOT> com> AuthorDate: Sun Oct 25 13:31:30 2020 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Sun Oct 25 21:28:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a9ae808
selinux profile: set sys-process/audit to use python by default. Signed-off-by: Jonathan Davies <jpds <AT> protonmail.com> Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org> profiles/features/selinux/package.use.force | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/features/selinux/package.use.force b/profiles/features/selinux/package.use.force index fec892c60b0..f368891a801 100644 --- a/profiles/features/selinux/package.use.force +++ b/profiles/features/selinux/package.use.force @@ -17,3 +17,6 @@ dev-lang/python xml # so stages can build with no interacton. Bug #527938 sys-libs/libselinux static-libs dev-libs/libpcre static-libs + +# Required for semanage to run correctly. +sys-process/audit python
