From: Tom Hughes Date: Fri, 3 Mar 2017 09:04:58 +0000 (+0000) Subject: Remove no_new_privileges from tile replication service X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/f3999fabff240373c8b9656ed95f1a98ce456838 Remove no_new_privileges from tile replication service --- diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 7d75087c9..4293427b6 100644 --- 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