From: Tom Hughes Date: Thu, 1 Dec 2022 10:14:17 +0000 (+0000) Subject: Enable AF_UNIX for taginfo-update X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/7780e5f95157e190d7084cd63e37cd383299d0c7 Enable AF_UNIX for taginfo-update --- diff --git a/cookbooks/taginfo/recipes/default.rb b/cookbooks/taginfo/recipes/default.rb index c8f3e986d..e3f2b334f 100644 --- a/cookbooks/taginfo/recipes/default.rb +++ b/cookbooks/taginfo/recipes/default.rb @@ -76,6 +76,7 @@ systemd_service "taginfo-update@" do exec_start "/srv/%i/bin/update" user "taginfo" sandbox :enable_network => true + restrict_address_families "AF_UNIX" read_write_paths [ "/srv/%i/data", "/srv/%i/download",