Selaa lähdekoodia

Fix for issue #125 with selinux.sls, remove selinux_config is not nessasary to set SELINUX=. Salt state selinux.mode will set values for selinux in /etc/selinux/config default is permissive set in map.jinja

pull/126/head
Nick Metz 7 vuotta sitten
vanhempi
commit
45423245b3
1 muutettua tiedostoa jossa 0 lisäystä ja 12 poistoa
  1. +0
    -12
      linux/system/selinux.sls

+ 0
- 12
linux/system/selinux.sls Näytä tiedosto

@@ -5,19 +5,7 @@ include:
- linux.system.repo

{%- if grains.os_family == 'RedHat' %}

{%- if system.selinux == 'disabled' %}
{%- set mode = 'permissive' %}
{%- else %}
{%- set mode = system.selinux %}
{%- endif %}

selinux_config:
cmd.run:
- name: "sed -i 's/SELINUX=[a-z][a-z]*$/SELINUX={{ system.selinux }}/' /etc/selinux/config"
- unless: grep 'SELINUX={{ system.selinux }}' /etc/selinux/config
- require:
- pkg: linux_repo_prereq_pkgs

{{ mode }}:
selinux.mode

Loading…
Peruuta
Tallenna