Quellcode durchsuchen

Add SELinux to README and test pillars (/linux/system/selinux.sls).

pull/181/head
Nick Metz vor 6 Jahren
Ursprung
Commit
c57b7b5722
2 geänderte Dateien mit 11 neuen und 0 gelöschten Zeilen
  1. +10
    -0
      README.rst
  2. +1
    -0
      tests/pillar/system.sls

+ 10
- 0
README.rst Datei anzeigen

@@ -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 Datei anzeigen

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

Laden…
Abbrechen
Speichern