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: Tue, 09 Jan 2018 17:58:39
Message-Id: 1515520695.dcdd5ddb97c53098292d44fab1c9a367fefb60b9.perfinion@gentoo
1 commit: dcdd5ddb97c53098292d44fab1c9a367fefb60b9
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 9 17:55:29 2018 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 9 17:58:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcdd5ddb
7
8 profiles/features/selinux: remove default use, already in the packages
9
10 profiles/features/selinux/make.defaults | 4 +---
11 1 file changed, 1 insertion(+), 3 deletions(-)
12
13 diff --git a/profiles/features/selinux/make.defaults b/profiles/features/selinux/make.defaults
14 index 963412a92e4..d3bbd2f25df 100644
15 --- a/profiles/features/selinux/make.defaults
16 +++ b/profiles/features/selinux/make.defaults
17 @@ -3,9 +3,7 @@
18 #
19
20 # selinux - Enable SELinux support
21 -# unconfined - Enable unconfined domains, needed due to 'targeted' policy type
22 -# open_perms - Enable open permission in SELinux subsystem
23 -USE="selinux unconfined open_perms"
24 +USE="selinux"
25
26 FEATURES="selinux sesandbox sfperms"