X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d5911b021a544693d2a6a34a6f2acc7023b6de77..18425a4f8317396477b5b61c5bc882395ad5e0f1:/cookbooks/dns/recipes/default.rb diff --git a/cookbooks/dns/recipes/default.rb b/cookbooks/dns/recipes/default.rb index 1cc1b1e84..856dcfcb0 100644 --- a/cookbooks/dns/recipes/default.rb +++ b/cookbooks/dns/recipes/default.rb @@ -174,12 +174,9 @@ systemd_service "dns-check" do description "Rebuild DNS zones with GeoDNS changes" exec_start "/usr/local/bin/dns-check" user "git" - private_tmp true - private_devices true - protect_system "strict" - protect_home true + sandbox :enable_network => true + proc_subset "all" read_write_paths "/var/lib/dns" - no_new_privileges true end systemd_timer "dns-check" do