diff options
author | Jason Zaman <perfinion@gentoo.org> | 2018-01-10 01:55:29 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2018-01-10 01:58:15 +0800 |
commit | dcdd5ddb97c53098292d44fab1c9a367fefb60b9 (patch) | |
tree | 8f527446f4d895b6bd1554f5ae08b92e7dfe021e /profiles/features | |
parent | sec-policy/selinux-base-policy: postinst should not die (diff) | |
download | gentoo-dcdd5ddb97c53098292d44fab1c9a367fefb60b9.tar.gz gentoo-dcdd5ddb97c53098292d44fab1c9a367fefb60b9.tar.bz2 gentoo-dcdd5ddb97c53098292d44fab1c9a367fefb60b9.zip |
profiles/features/selinux: remove default use, already in the packages
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/selinux/make.defaults | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/profiles/features/selinux/make.defaults b/profiles/features/selinux/make.defaults index 963412a92e4c..d3bbd2f25dfa 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" |