projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2101f9
)
Remove no_new_privileges from tile replication service
author
Tom Hughes
<tom@compton.nu>
Fri, 3 Mar 2017 09:04:58 +0000
(09:04 +0000)
committer
Tom Hughes
<tom@compton.nu>
Fri, 3 Mar 2017 09:04:58 +0000
(09:04 +0000)
cookbooks/tile/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/tile/recipes/default.rb
b/cookbooks/tile/recipes/default.rb
index 7d75087c9552a2138462fd3b48d015963a347fd5..4293427b6c5bb5435e1b1c4a4ee533eed2772dd1 100644
(file)
--- a/
cookbooks/tile/recipes/default.rb
+++ b/
cookbooks/tile/recipes/default.rb
@@
-470,7
+470,6
@@
systemd_service "replicate" do
private_devices true
protect_system "full"
protect_home true
- no_new_privileges true
restart "on-failure"
end