Add SELinux to README and test pillars (/linux/system/selinux.sls).pull/184/head
@@ -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 | |||
~~~~~~~ |
@@ -24,6 +24,7 @@ linux: | |||
domain: ci.local | |||
environment: prd | |||
purge_repos: true | |||
selinux: permissive | |||
directory: | |||
/tmp/test: | |||
makedirs: true |