Added support for setting SELinux mode.

This commit is contained in:
Timo Mkinen 2010-10-01 23:04:52 +03:00
parent 94fdb8825b
commit e76a2259e0
2 changed files with 74 additions and 0 deletions

View file

@ -0,0 +1,10 @@
# 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 - SELinux is fully disabled.
SELINUX=<%= selinux_type %>
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted