blob: 087297c12e3dfa81e1f89e032728841591e3d5cd (
plain)
1
2
3
4
5
6
7
8
|
# This file controls the state of SELinux on the system.
# 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=disabled
SELINUXTYPE=targeted
|