Commit fecf2571c05f7eb3e606c8be9eb09707533076b7
1 parent
48108409
Exists in
master
and in
87 other branches
make selinux change permanent
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
cookbooks/basics/recipes/default.rb
... | ... | @@ -20,7 +20,7 @@ end |
20 | 20 | execute 'setenforce Enforcing' do |
21 | 21 | only_if 'selinux-enabled' |
22 | 22 | end |
23 | -execute 'setsebool httpd_can_network_connect 1' do | |
23 | +execute 'setsebool -P httpd_can_network_connect 1' do | |
24 | 24 | only_if 'selinux-enabled' |
25 | 25 | end |
26 | 26 | # directory for local type enforcements | ... | ... |