From: Tom Hughes Date: Mon, 27 Jun 2022 10:47:15 +0000 (+0100) Subject: Allow geoipupdate to access /var/lib/GeoIP X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/d4571d5bf7d5c6335b2b37a448ae10dc13d4247b Allow geoipupdate to access /var/lib/GeoIP --- diff --git a/cookbooks/geoipupdate/recipes/default.rb b/cookbooks/geoipupdate/recipes/default.rb index 6d8e5b6e5..2b2c23632 100644 --- a/cookbooks/geoipupdate/recipes/default.rb +++ b/cookbooks/geoipupdate/recipes/default.rb @@ -46,7 +46,7 @@ systemd_service "geoipupdate" do private_devices true protect_system "strict" protect_home true - read_write_paths "/usr/share/GeoIP" + read_write_paths %w[/usr/share/GeoIP /var/lib/GeoIP] end systemd_timer "geoipupdate" do