Created
August 11, 2016 13:48
-
-
Save stevesloka/2b409cc549f9c3a1468db22d4e61649a to your computer and use it in GitHub Desktop.
selinux - coreos 899.15.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
core@ip-10-0-70-51 ~ $ cat /etc/selinux/config | |
# This file controls the state of SELinux on the system on boot. | |
# SELINUX can take one of these three values: | |
# enforcing - SELinux security policy is enforced. | |
# permissive - SELinux prints warnings instead of enforcing. | |
# disabled - No SELinux policy is loaded. | |
SELINUX=permissive | |
# SELINUXTYPE can take one of these four values: | |
# targeted - Only targeted network daemons are protected. | |
# strict - Full SELinux protection. | |
# mls - Full SELinux protection with Multi-Level Security | |
# mcs - Full SELinux protection with Multi-Category Security | |
# (mls, but only one sensitivity level) | |
SELINUXTYPE=mcs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment