소스 검색

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 년 전
부모
커밋
4ab4f722cc
No account linked to committer's email address
2개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. +10
    -0
      README.rst
  2. +1
    -0
      tests/pillar/system.sls

+ 10
- 0
README.rst 파일 보기

@@ -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 파일 보기

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

Loading…
취소
저장