Bläddra i källkod

Merge pull request #126 from FHE3/fix-selinux

Pull Request for selinux.sls issue #125
pull/128/head
Filip Pytloun 7 år sedan
förälder
incheckning
da46d32f9f
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 3 tillägg och 13 borttagningar
  1. +3
    -13
      linux/system/selinux.sls

+ 3
- 13
linux/system/selinux.sls Visa fil

@@ -5,22 +5,12 @@ 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
selinux.mode:
- require:
- pkg: linux_repo_prereq_pkgs

{%- endif %}


Laddar…
Avbryt
Spara