Releases: simp/pupmod-simp-selinux
Releases · simp/pupmod-simp-selinux
Release of 2.5.1
* Mon Jan 13 2020 Jeanne Greulich <[email protected]> - 2.5.1-0 - Add EL8 defaults for Oracle Linux * Wed Nov 06 2019 Jeanne Greulich <[email protected]> - 2.5.1-0 - Defined values for EL8 in data in modules. - Updated Gemfile versions to ones that support EL8. - Updated metadata.json to include support for CentOS 8 and RedHat 8 - Added acceptance test nodes for Centos8 and Redhat 8 - Removed $:: from top level variables. - Removed tests for Puppet 4 from travis.yml. - Bumped upper bound for simp-simplib to < 5.0.0
Release of 2.5.0
* Fri Jun 28 2019 Steven Pritchard <[email protected]> - 2.5.0-0 - Add v2 compliance_markup data - Add support for puppetlabs-stdlib 6
Release of 2.4.1
* Fri Jun 14 2019 Trevor Vaughan <[email protected]> - 2.4.1-0 - Ensure that the selinux::login_resources Hash performs a deep merge by default.
Release of 2.4.0
* Fri Apr 05 2019 Trevor Vaughan <[email protected]> - 2.4.0-0 - Add `selinux::kernel_enforce` for toggling the enforcement of the selinux state at the kernel command line. - Switch the /etc/selinux/config template over to EPP format. - Deprecate Puppet 4 support - Add Puppet 6 support
Release of 2.3.1
* Thu Mar 07 2019 Liz Nemsick <[email protected]> - 2.3.1-0 - Update the upper bound of stdlib to < 6.0.0 - Update a URL in the README.md
Release of 2.3.0
* Mon Sep 10 2018 Liz Nemsick <[email protected]> - 2.3.0-0 - Update Hiera 4 to Hiera 5 * Mon Jul 09 2018 Trevor Vaughan <[email protected]> - 2.3.0-0 - Adds a `selinux_login` custom type that provides for the management of login to user role mappings. - Incorporated the fork of the `voxpupuli-selinux` module as `simp-vox_selinux` without conflict - Add support for OEL and Puppet 5 - Fix bug with enforcement switching in the native type
Release of 2.2.0
* Mon Apr 23 2018 Jeanne Greulich <[email protected]> -2.2.0-0 - simp_options::selinux was supposed to indicate if the selinux module should be included. Class include lists set in the simp module would include selinux reguardless of this setting. This option was also being used to set the state of selinux. This caused confusion so simp_options::selinux setting was removed. The selinux state, set by the ensure parameter, is defaulted to 'enforcing'. This will result in the same behavior as if simp_options::selinux was set to true. See the pupmod-simp-simp module to see which scenarios include selinux by default.
Release of 2.1.2
* Thu Dec 07 2017 Steven Pritchard <[email protected]> - 2.1.2-0 - Update README.md from puppet strings
Release of 2.1.1
* Fri Sep 15 2017 Nick Miller <[email protected]> - 2.1.1-0 - Add message to reboot notify
Release of 2.1.0
-
Wed Jul 12 2017 Liz Nemsick [email protected] - 2.1.0-0
- Rework manifests to ensure mcstrans and restorecond services are not
running when selinux is disabled. - Allow this module to manage restorecond package installation.
- Rework manifests to ensure mcstrans and restorecond services are not
-
Wed Apr 26 2017 Nick Miller [email protected] - 2.1.0-0
- Moved management of mcstrans and restorecond to the selinux module
- Change default packages ensure to use the catalyst
- Update puppet requirement in metadata.json
-
Mon Apr 17 2017 Nick Markowski [email protected] - 2.1.0-0
- Fixed a bug wherein setenforce would run if selinux was disabled
- Changes in selinux state incur a reboot notification