Showing with 221 additions and 87 deletions.
  1. +14 −0 CHANGELOG.md
  2. +2 −0 README.md
  3. +165 −79 REFERENCE.md
  4. +1 −0 lib/facter/selinux_python_command.rb
  5. +31 −1 lib/puppet/provider/selinux_port/semanage.rb
  6. +0 −1 lib/puppet_x/voxpupuli/selinux/semanage_ports.py
  7. +3 −2 metadata.json
  8. +5 −4 test-acceptance-with-vagrant
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v3.3.1](https://github.com/voxpupuli/puppet-selinux/tree/v3.3.1) (2021-05-18)

[Full Changelog](https://github.com/voxpupuli/puppet-selinux/compare/v3.3.0...v3.3.1)

**Closed issues:**

- Add support for Fedora 33 [\#343](https://github.com/voxpupuli/puppet-selinux/issues/343)
- Add support for Puppet 7 [\#342](https://github.com/voxpupuli/puppet-selinux/issues/342)
- The semanage\_ports.py script needs to pick the correct version of python on a system with multiple installed [\#335](https://github.com/voxpupuli/puppet-selinux/issues/335)

**Merged pull requests:**

- Deprecate selinux\_python\_command fact and move handling into provider [\#336](https://github.com/voxpupuli/puppet-selinux/pull/336) ([trevor-vaughan](https://github.com/trevor-vaughan))

## [v3.3.0](https://github.com/voxpupuli/puppet-selinux/tree/v3.3.0) (2021-04-26)

[Full Changelog](https://github.com/voxpupuli/puppet-selinux/compare/v3.2.0...v3.3.0)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ running system.

## Known problems / limitations

* The `selinux_python_command` fact is now deprecated and will be removed in
version 4 of the module.
* If SELinux is disabled and you want to switch to permissive or enforcing you
are required to reboot the system (limitation of SELinux). The module won't
do this for you.
Expand Down
Loading