X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/db8cff3ccb090c53b831f7f5e0b3a7f7e3d858c8..1f7f5f735a865ae93fdcc1e8c9fd9526ad0efd01:/cookbooks/geoipupdate/recipes/default.rb diff --git a/cookbooks/geoipupdate/recipes/default.rb b/cookbooks/geoipupdate/recipes/default.rb index c11b451dc..17fcc0850 100644 --- a/cookbooks/geoipupdate/recipes/default.rb +++ b/cookbooks/geoipupdate/recipes/default.rb @@ -42,12 +42,8 @@ systemd_service "geoipupdate" do description "Update GeoIP databases" user "root" exec_start "/usr/bin/geoipupdate" - private_tmp true - private_devices true - protect_system "strict" - protect_home true + sandbox :enable_network => true read_write_paths node[:geoipupdate][:directory] - no_new_privileges true end systemd_timer "geoipupdate" do