X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/cf163679e4cf9c867cde63fe724ba3e578660d0a..28326173066466bb20f54bad702b2885b64f925c:/cookbooks/dns/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/dns/recipes/default.rb b/cookbooks/dns/recipes/default.rb index 1cc1b1e84..bdd3d7403 100644 --- a/cookbooks/dns/recipes/default.rb +++ b/cookbooks/dns/recipes/default.rb @@ -42,7 +42,7 @@ package %w[ cache_dir = Chef::Config[:file_cache_path] -dnscontrol_version = "3.21.0" +dnscontrol_version = "3.22.1" dnscontrol_arch = if arm? "arm64" @@ -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