]> git.openstreetmap.org Git - chef.git/commitdiff
Remove no_new_privileges from tile replication service
authorTom Hughes <tom@compton.nu>
Fri, 3 Mar 2017 09:04:58 +0000 (09:04 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 3 Mar 2017 09:04:58 +0000 (09:04 +0000)
cookbooks/tile/recipes/default.rb

index 7d75087c9552a2138462fd3b48d015963a347fd5..4293427b6c5bb5435e1b1c4a4ee533eed2772dd1 100644 (file)
@@ -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