selinux
Table of Contents
Overview
Disables SELinux, what else anyone would like to do anyway?
Module Description
This module is meant to disables SELinux. What else anyone would like to do anyway?
Setup
What selinux affects
Manages /etc/selinux/config
Setup Requirements
This module requires pluginsync enabled
Beginning with selinux
Disable SELinux
class { 'selinux':
mode => 'disabled',
}
Usage
There are three SELinux modes available:
- disabled
- permissive
- enforcing
Reference
selinux
- mode: (default: disabled)
- disabled
- permissive
- enforcing
Limitations
Tested on:
- CentOS 6
Development
We are pushing to have acceptance testing in place, so any new feature should have some tests to check both presence and absence of any feature
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request