added main directory control
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|Repo Name| version | Build Status|
|
||||
|---|---|---|---|
|
||||
|`cd_selinux`| 0.0.0.1 | [](https://jenkins.confdroid.com/job/cd_selinux/)|
|
||||
|`cd_selinux`| 0.0.0.2 | [](https://jenkins.confdroid.com/job/cd_selinux/)|
|
||||
|
||||
### Synopsis
|
||||
[Security-Enhanced Linux (SELinux) is a Linux kernel security module that provides a mechanism for supporting access control security policies.](https://en.wikipedia.org/wiki/Security-Enhanced_Linux)
|
||||
@@ -18,6 +18,8 @@
|
||||
* [native Puppet deployment](#native-puppet-deployment)
|
||||
* [through Foreman](#through-foreman)
|
||||
* [Parameters](#parameters)
|
||||
* [Mandatory Parameters](#mandatory-parameters)
|
||||
* [Optional Parameters](#optional-parameters)
|
||||
* [SELINUX](#selinux)
|
||||
* [Known Problems](#known-problems)
|
||||
* [Support](#support)
|
||||
@@ -61,6 +63,11 @@ See [more details about class deployment on Confdroid.com](https://confdroid.com
|
||||
### Parameters
|
||||
The following parameters are editable via params.pp or through ENC (**__recommended__**). Values changed will take immediate effect at next puppet run. Services will be restarted where neccessary.
|
||||
|
||||
#### Mandatory Parameters
|
||||
|
||||
#### Optional Parameters
|
||||
* `sx_install_setools` : Whether to install additional selinux tools, i.e. for troubleshooting.
|
||||
|
||||
|
||||
### SELINUX
|
||||
All files and directories are configured with correct selinux context. If selinux is disabled, these contexts are ignored.
|
||||
|
||||
Reference in New Issue
Block a user