Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/selinux/
Date: Sun, 25 Oct 2020 21:29:21
Message-Id: 1603661308.7a9ae808043f2ec47ef48c480cd6274767e82a52.perfinion@gentoo
1 commit: 7a9ae808043f2ec47ef48c480cd6274767e82a52
2 Author: Jonathan Davies <jpds <AT> protonmail <DOT> com>
3 AuthorDate: Sun Oct 25 13:31:30 2020 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 25 21:28:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a9ae808
7
8 selinux profile: set sys-process/audit to use python by default.
9
10 Signed-off-by: Jonathan Davies <jpds <AT> protonmail.com>
11 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
12
13 profiles/features/selinux/package.use.force | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/profiles/features/selinux/package.use.force b/profiles/features/selinux/package.use.force
17 index fec892c60b0..f368891a801 100644
18 --- a/profiles/features/selinux/package.use.force
19 +++ b/profiles/features/selinux/package.use.force
20 @@ -17,3 +17,6 @@ dev-lang/python xml
21 # so stages can build with no interacton. Bug #527938
22 sys-libs/libselinux static-libs
23 dev-libs/libpcre static-libs
24 +
25 +# Required for semanage to run correctly.
26 +sys-process/audit python