OP#563 inital commit after fork

This commit is contained in:
2026-04-05 16:45:14 +02:00
parent df53e0ccab
commit 88494b74de
27 changed files with 123 additions and 2836 deletions

View File

@@ -1,6 +1,6 @@
# Readme
[![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=cd_selinux)](https://jenkins.confdroid.com/job/cd_selinux/)
[![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=confdroid_selinux)](https://jenkins.confdroid.com/job/confdroid_selinux/)
[[_TOC_]]
@@ -8,7 +8,7 @@
[Security-Enhanced Linux (SELinux)](https://en.wikipedia.org/wiki/Security-Enhanced_Linux) is a Linux kernel security module that provides a mechanism for supporting access control security policies.
`cd_selinux` is a Puppet module to automate installation, configuration and troubleshooting of selinux.
`confdroid_selinux` is a Puppet module to automate installation, configuration and troubleshooting of selinux.
## WARNING
@@ -43,13 +43,13 @@ via site.pp or nodes.pp
```ruby
node 'example.example.net' {
include cd_selinux
include confdroid_selinux
}
```
* through Foreman:
In order to apply parameters through Foreman, **__cd_selinux::params__** must be added to the host or host group in question.
In order to apply parameters through Foreman, **__confdroid_selinux::params__** must be added to the host or host group in question.
See [more details about class deployment on Confdroid.com](https://confdroid.com/2017/05/deploying-our-puppet-modules/).