Sfoglia il codice sorgente

Merge pull request #181 from FHE3/add-selinux-readme-pillars

Add SELinux to README and test pillars (/linux/system/selinux.sls).
pull/184/head
Filip Pytloun 6 anni fa
parent
commit
4ab4f722cc
Nessun account collegato all'indirizzo email del committer
2 ha cambiato i file con 11 aggiunte e 0 eliminazioni
  1. +10
    -0
      README.rst
  2. +1
    -0
      tests/pillar/system.sls

+ 10
- 0
README.rst Vedi File

@@ -717,6 +717,16 @@ Enable cpufreq governor for every cpu:
cpu:
governor: performance

SELinux
~~~~~~~

Set SELinux mode on System:

.. code-block:: yaml

linux:
system:
selinux: permissive

CGROUPS
~~~~~~~

+ 1
- 0
tests/pillar/system.sls Vedi File

@@ -24,6 +24,7 @@ linux:
domain: ci.local
environment: prd
purge_repos: true
selinux: permissive
directory:
/tmp/test:
makedirs: true

Loading…
Annulla
Salva