X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/db8cff3ccb090c53b831f7f5e0b3a7f7e3d858c8..3ee5c4d242a98a13d89a02ba7998610a20969e0c:/cookbooks/tilelog/recipes/default.rb diff --git a/cookbooks/tilelog/recipes/default.rb b/cookbooks/tilelog/recipes/default.rb index 8a53bab54..44791c288 100644 --- a/cookbooks/tilelog/recipes/default.rb +++ b/cookbooks/tilelog/recipes/default.rb @@ -55,12 +55,8 @@ systemd_service "tilelog" do user "www-data" exec_start "/usr/local/bin/tilelog" nice 10 - private_tmp true - private_devices true - protect_system "strict" - protect_home true + sandbox :enable_network => true read_write_paths tilelog_output_directory - no_new_privileges true end systemd_timer "tilelog" do