diff --git a/cookbooks/basics/files/default/selinux_config b/cookbooks/basics/files/default/selinux_config index 631f939..8b94eaf 100644 --- a/cookbooks/basics/files/default/selinux_config +++ b/cookbooks/basics/files/default/selinux_config @@ -1,4 +1,13 @@ # MANAGED WITH CHEF. DO NOT CHANGE BY HAND +# 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 - No SELinux policy is loaded. SELINUX=enforcing +# SELINUXTYPE= can take one of these two values: +# targeted - Targeted processes are protected, +# minimum - Modification of targeted policy. Only selected processes are protected. +# mls - Multi Level Security protection. SELINUXTYPE=targeted -- libgit2 0.21.2