X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9cb89866d2aea9415aaebc184a5ffd5c467899d5..cc045c868bf15083df4db4442c0d92814441951e:/cookbooks/taginfo/recipes/default.rb diff --git a/cookbooks/taginfo/recipes/default.rb b/cookbooks/taginfo/recipes/default.rb index e709545ad..e3f2b334f 100644 --- a/cookbooks/taginfo/recipes/default.rb +++ b/cookbooks/taginfo/recipes/default.rb @@ -76,8 +76,10 @@ 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", "/srv/%i/sources", "/var/log/taginfo/%i" ]