Browse Source

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 years ago
parent
commit
4ab4f722cc
No account linked to committer's email address
2 changed files with 11 additions and 0 deletions
  1. +10
    -0
      README.rst
  2. +1
    -0
      tests/pillar/system.sls

+ 10
- 0
README.rst View File

cpu: cpu:
governor: performance governor: performance


SELinux
~~~~~~~

Set SELinux mode on System:

.. code-block:: yaml

linux:
system:
selinux: permissive


CGROUPS CGROUPS
~~~~~~~ ~~~~~~~

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

domain: ci.local domain: ci.local
environment: prd environment: prd
purge_repos: true purge_repos: true
selinux: permissive
directory: directory:
/tmp/test: /tmp/test:
makedirs: true makedirs: true

Loading…
Cancel
Save