We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bed7bf commit 266841aCopy full SHA for 266841a
CHANGELOG.md
@@ -1,6 +1,11 @@
1
selinux Cookbook CHANGELOG
2
==========================
3
4
+v0.6.0
5
+------
6
+- [COOK-760] - selinux enforce/permit/disable based on attribute
7
+
8
9
v0.5.6
10
------
11
- [COOK-2124] - enforcing recipe fails if selinux is disabled
metadata.rb
@@ -4,7 +4,7 @@
license "Apache"
description "Manages SELinux policy state via LWRP or recipes."
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version "0.5.6"
+version "0.6.0"
%w{redhat centos scientific oracle amazon}.each do |os|
supports os
0 commit comments