Added support for setting SELinux mode.
This commit is contained in:
parent
94fdb8825b
commit
e76a2259e0
2 changed files with 74 additions and 0 deletions
10
selinux/templates/config.erb
Normal file
10
selinux/templates/config.erb
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue