blob: b3861cfc5fc94a3f3ed0115eb06ba1e93200bc8c [file] [log] [blame]
xf.li86118912025-03-19 20:07:27 -07001# This file controls the state of SELinux on the system.
2# SELINUX= can take one of these three values:
3# enforcing - SELinux security policy is enforced.
4# permissive - SELinux prints warnings instead of enforcing.
5# disabled - No SELinux policy is loaded.
6SELINUX=permissive
7# SELINUXTYPE= can take one of these values:
8# minimum - Minimum Security protection.
9# standard - Standard Security protection.
10# mls - Multi Level Security protection.
11# targeted - Targeted processes are protected.
12# mcs - Multi Category Security protection.
13SELINUXTYPE=mls
14