From d4571d5bf7d5c6335b2b37a448ae10dc13d4247b Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 27 Jun 2022 11:47:15 +0100 Subject: [PATCH] Allow geoipupdate to access /var/lib/GeoIP --- cookbooks/geoipupdate/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2