From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1078254-garchives=archives.gentoo.org@lists.gentoo.org> 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 E62C9138334 for <garchives@archives.gentoo.org>; Tue, 19 Mar 2019 09:03:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1B5AE0821; Tue, 19 Mar 2019 09:03:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C9172E0821 for <gentoo-commits@lists.gentoo.org>; Tue, 19 Mar 2019 09:03:36 +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 17130335C9F for <gentoo-commits@lists.gentoo.org>; Tue, 19 Mar 2019 09:03:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C92A6565 for <gentoo-commits@lists.gentoo.org>; Tue, 19 Mar 2019 09:03:32 +0000 (UTC) From: "Jason Zaman" <perfinion@gentoo.org> 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" <perfinion@gentoo.org> Message-ID: <1552986183.8d5e6257e25bda39e955e772d8109b624d698713.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/selinux/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/selinux/make.defaults X-VCS-Directories: profiles/features/selinux/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 8d5e6257e25bda39e955e772d8109b624d698713 X-VCS-Branch: master Date: Tue, 19 Mar 2019 09:03:32 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 10764c92-3bea-4814-8b12-4b9a4623b96c X-Archives-Hash: 631a951cfd59efd0cb360ab1a196142d commit: 8d5e6257e25bda39e955e772d8109b624d698713 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org> AuthorDate: Tue Mar 19 09:01:35 2019 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Tue Mar 19 09:03:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d5e6257 profiles/selinux: disable FEATURE=pid-sandbox SELinux needs a policy update for pid-sandbox to work. disable the feature first so emerge can be used. Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org> profiles/features/selinux/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/features/selinux/make.defaults b/profiles/features/selinux/make.defaults index d3bbd2f25df..adbf945e3fe 100644 --- a/profiles/features/selinux/make.defaults +++ b/profiles/features/selinux/make.defaults @@ -5,7 +5,7 @@ # selinux - Enable SELinux support USE="selinux" -FEATURES="selinux sesandbox sfperms" +FEATURES="selinux sesandbox sfperms -pid-sandbox" POLICY_TYPES="strict targeted" PORTAGE_T="portage_t"