From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 80309138359 for ; Sun, 25 Oct 2020 21:29:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A98F7E077F; Sun, 25 Oct 2020 21:29:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74A75E077F for ; Sun, 25 Oct 2020 21:29:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A9A1340DEC for ; Sun, 25 Oct 2020 21:29:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EE7D37F for ; Sun, 25 Oct 2020 21:29:17 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1603661308.7a9ae808043f2ec47ef48c480cd6274767e82a52.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/selinux/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/selinux/package.use.force X-VCS-Directories: profiles/features/selinux/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 7a9ae808043f2ec47ef48c480cd6274767e82a52 X-VCS-Branch: master Date: Sun, 25 Oct 2020 21:29:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 721ebd33-bae1-40a1-89a9-f4583660bd39 X-Archives-Hash: 5b1f5b9354e9c37817db5696469ee929 commit: 7a9ae808043f2ec47ef48c480cd6274767e82a52 Author: Jonathan Davies protonmail com> AuthorDate: Sun Oct 25 13:31:30 2020 +0000 Commit: Jason Zaman gentoo 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 protonmail.com> Signed-off-by: Jason Zaman 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