xref: /OK3568_Linux_fs/buildroot/package/refpolicy/config (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# 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=disabled
7
8SELINUXTYPE=targeted
9