Skip to content

Commit 42e0de1

Browse files
Yoichi IsozakiSean OMeara
authored andcommitted
[COOK-4528] - Fix selinux directory permissions
Signed-off-by: Sean OMeara <someara@opscode.com>
1 parent 7633afd commit 42e0de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/_common.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
directory '/etc/selinux' do
44
owner 'root'
5-
mode '0644'
5+
mode '0755'
66
action :create
77
end

0 commit comments

Comments
 (0)