瀏覽代碼

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

pull/181/head
Nick Metz 6 年之前
父節點
當前提交
c57b7b5722
共有 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…
取消
儲存