commit: dcdd5ddb97c53098292d44fab1c9a367fefb60b9 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org> AuthorDate: Tue Jan 9 17:55:29 2018 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> 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"
