diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-05-10 13:49:13 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-05-10 13:49:13 +0000 |
commit | 42865aed6f3375edbac31a52bb9e73cabfbb059a (patch) | |
tree | 25d64456c69a75437a18b547bb8c8cf602c6ae58 /templates/selinux/sysconfig_selinux.erb | |
parent | 01ffa0be0060dd10dcfe23121635708c2e697a89 (diff) | |
parent | 8e533aaf447022c62865130f2ffc88690f06aef1 (diff) |
Merge "Add tripleo::selinux"
Diffstat (limited to 'templates/selinux/sysconfig_selinux.erb')
-rw-r--r-- | templates/selinux/sysconfig_selinux.erb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/selinux/sysconfig_selinux.erb b/templates/selinux/sysconfig_selinux.erb new file mode 100644 index 0000000..dfb1e53 --- /dev/null +++ b/templates/selinux/sysconfig_selinux.erb @@ -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 - No SELinux policy is loaded. +SELINUX=<%= @mode %> +# 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 |