diff --git a/selinux/README.md b/selinux/README.md index f96dd8b59..0c5c9670f 100644 --- a/selinux/README.md +++ b/selinux/README.md @@ -3,6 +3,19 @@ Description Provides recipes for manipulating selinux policy enforcement +Changes +======= + +## v0.5.2: + +* [COOK-789] - fix dangling commas causing syntax error on some rubies + +## v0.5.0: + +* [COOK-678] - add the selinux cookbook to the repository +* Use main selinux config file (/etc/selinux/config) +* Use getenforce instead of selinuxenabled for enforcing and permissive + Requirements ============ @@ -23,15 +36,6 @@ SELinux is enforcing by default on RHEL family distributions, however the use of "recipe[selinux::permissive]", ) -Changes -======= - -## v0.5.0: - -* COOK-678 - add the selinux cookbook to the repository -* Use main selinux config file (/etc/selinux/config) -* Use getenforce instead of selinuxenabled for enforcing and permissive - Roadmap ======= diff --git a/selinux/metadata.rb b/selinux/metadata.rb index 294ea670d..a510329c2 100644 --- a/selinux/metadata.rb +++ b/selinux/metadata.rb @@ -3,4 +3,4 @@ license "Apache" description "Installs/Configures selinux" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version "0.5.0" +version "0.5.2"