Update cookbooks and add wordpress cookbook
This commit is contained in:
11
cookbooks/selinux/templates/default/sysconfig/selinux.erb
Normal file
11
cookbooks/selinux/templates/default/sysconfig/selinux.erb
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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 %>
|
||||
# SELINUXTYPE= type of policy in use. Possible values are:
|
||||
# targeted - Only targeted network daemons are protected.
|
||||
# strict - Full SELinux protection.
|
||||
SELINUXTYPE=<%= @selinuxtype %>
|
||||
|
||||
Reference in New Issue
Block a user