profiles/features/selinux: remove default use, already in the packages
authorJason Zaman <perfinion@gentoo.org>
Tue, 9 Jan 2018 17:55:29 +0000 (01:55 +0800)
committerJason Zaman <perfinion@gentoo.org>
Tue, 9 Jan 2018 17:58:15 +0000 (01:58 +0800)
profiles/features/selinux/make.defaults

index 963412a92e4c4a90bc4e2e290cf35dbbe689793b..d3bbd2f25dfada75a744c202a06aad39088f347b 100644 (file)
@@ -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"