From f3999fabff240373c8b9656ed95f1a98ce456838 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 3 Mar 2017 09:04:58 +0000 Subject: [PATCH] Remove no_new_privileges from tile replication service --- cookbooks/tile/recipes/default.rb | 1 - 1 file changed, 1 deletion(-) 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 -- 2.43.2