Skip to content

Commit

Permalink
selinux v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Jan 18, 2012
1 parent 054d786 commit d99901c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 13 additions & 9 deletions selinux/README.md
Expand Up @@ -3,6 +3,19 @@ Description


Provides recipes for manipulating selinux policy enforcement 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 Requirements
============ ============


Expand All @@ -23,15 +36,6 @@ SELinux is enforcing by default on RHEL family distributions, however the use of
"recipe[selinux::permissive]", "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 Roadmap
======= =======


Expand Down
2 changes: 1 addition & 1 deletion selinux/metadata.rb
Expand Up @@ -3,4 +3,4 @@
license "Apache" license "Apache"
description "Installs/Configures selinux" description "Installs/Configures selinux"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.5.0" version "0.5.2"

0 comments on commit d99901c

Please sign in to comment.