https://github.com/simp/pupmod-simp-selinux
The SIMP selinux Puppet Module
https://github.com/simp/pupmod-simp-selinux
Last synced: about 1 year ago
JSON representation
The SIMP selinux Puppet Module
- Host: GitHub
- URL: https://github.com/simp/pupmod-simp-selinux
- Owner: simp
- License: other
- Created: 2015-05-19T09:49:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T18:52:52.000Z (over 1 year ago)
- Last Synced: 2025-03-04T22:55:29.257Z (over 1 year ago)
- Language: Ruby
- Size: 271 KB
- Stars: 4
- Watchers: 17
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
[](http://www.apache.org/licenses/LICENSE-2.0.html)
[](https://bestpractices.coreinfrastructure.org/projects/73)
[](https://forge.puppetlabs.com/simp/selinux)
[](https://forge.puppetlabs.com/simp/selinux)
[](https://travis-ci.org/simp/pupmod-simp-selinux)
# pupmod-simp-selinux
#### Table of Contents
* [Description](#description)
* [Setup](#setup)
* [What selinux affects](#what-selinux-affects)
* [Usage](#usage)
* [Reference](#reference)
* [Limitations](#limitations)
* [Development](#development)
## Description
Manage active SELinux state and state after a reboot.
## Setup
### What selinux affects
Manages the following:
* The running state of SELinux
* `/etc/selinux/config` file
* SELinux-related packages
* `mcstrans`
* `checkpolicy`
* etc.
* SELinux-related services
* `mcstrans`
* `restorecond`
## Usage
include 'selinux'
## Reference
See the [REFERENCE.md][./REFERENCE.md] for a comprehensive overview of the
module components.
## Limitations
SIMP Puppet modules are generally intended for use on Red Hat Enterprise
Linux and compatible distributions, such as CentOS. Please see the
[`metadata.json` file](./metadata.json) for the most up-to-date list of
supported operating systems, Puppet versions, and module dependencies.
## Development
Please read our [Contribution Guide](https://simp.readthedocs.io/en/stable/contributors_guide/index.html).
If you find any issues, they can be submitted to our
[JIRA](https://simp-project.atlassian.net).