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 3AEB2138330 for ; Tue, 9 Jan 2018 17:58:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23E32E0B28; Tue, 9 Jan 2018 17:58:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 F1FA1E0B28 for ; Tue, 9 Jan 2018 17:58:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D61C7335C3A for ; Tue, 9 Jan 2018 17:58:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 942651A6 for ; Tue, 9 Jan 2018 17:58:34 +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: <1515520695.dcdd5ddb97c53098292d44fab1c9a367fefb60b9.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: dcdd5ddb97c53098292d44fab1c9a367fefb60b9 X-VCS-Branch: master Date: Tue, 9 Jan 2018 17:58:34 +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-Archives-Salt: 6d93918e-b90c-42f0-ad59-ef5eacd226bf X-Archives-Hash: aba2cabb58256171b0ce907d77e6fd31 commit: dcdd5ddb97c53098292d44fab1c9a367fefb60b9 Author: Jason Zaman gentoo org> AuthorDate: Tue Jan 9 17:55:29 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Jan 9 17:58:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcdd5ddb profiles/features/selinux: remove default use, already in the packages profiles/features/selinux/make.defaults | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/profiles/features/selinux/make.defaults b/profiles/features/selinux/make.defaults index 963412a92e4..d3bbd2f25df 100644 --- a/profiles/features/selinux/make.defaults +++ b/profiles/features/selinux/make.defaults @@ -3,9 +3,7 @@ # # selinux - Enable SELinux support -# unconfined - Enable unconfined domains, needed due to 'targeted' policy type -# open_perms - Enable open permission in SELinux subsystem -USE="selinux unconfined open_perms" +USE="selinux" FEATURES="selinux sesandbox sfperms"