Skip to content

Instantly share code, notes, and snippets.

@stevesloka
Created August 11, 2016 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevesloka/2b409cc549f9c3a1468db22d4e61649a to your computer and use it in GitHub Desktop.
Save stevesloka/2b409cc549f9c3a1468db22d4e61649a to your computer and use it in GitHub Desktop.
selinux - coreos 899.15.0
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