2018-11-27 10:16:35 +01:00
|
|
|
# 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.
|
2018-11-28 17:54:07 +01:00
|
|
|
SELINUX=disabled
|
2018-11-27 10:16:35 +01:00
|
|
|
# SELINUXTYPE= can take one of these two values:
|
|
|
|
# targeted - Targeted processes are protected,
|
|
|
|
# mls - Multi Level Security protection.
|
|
|
|
# minimum - Modification of targeted policy. Only selected processes are protected.
|
|
|
|
SELINUXTYPE=minimum
|