summaryrefslogtreecommitdiff
path: root/lib/chef/provider/directory.rb
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2013-05-16 09:55:01 -0700
committersersut <serdar@opscode.com>2013-05-16 16:37:42 -0700
commit26276a26ccd973d78aea6080a8dba1379c0605c2 (patch)
tree96f9729fcdae52efaa25f32d87fb924135c96c7b /lib/chef/provider/directory.rb
parent5411620ed78d574e8816095e38007528f02b83ef (diff)
downloadchef-26276a26ccd973d78aea6080a8dba1379c0605c2.tar.gz
Remove ability to override selinux restorecon command. Tidy selinux config option.
Diffstat (limited to 'lib/chef/provider/directory.rb')
-rw-r--r--lib/chef/provider/directory.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/directory.rb b/lib/chef/provider/directory.rb
index e4b4b42898..d256df4e11 100644
--- a/lib/chef/provider/directory.rb
+++ b/lib/chef/provider/directory.rb
@@ -102,7 +102,7 @@ class Chef
end
end
do_acl_changes
- do_selinux("-r")
+ do_selinux(true)
load_resource_attributes_from_file(@new_resource)
end