]> git.openstreetmap.org Git - chef.git/commitdiff
Enable AF_UNIX for taginfo-update
authorTom Hughes <tom@compton.nu>
Thu, 1 Dec 2022 10:14:17 +0000 (10:14 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 1 Dec 2022 10:14:28 +0000 (10:14 +0000)
cookbooks/taginfo/recipes/default.rb

index c8f3e986db3cc55941145601bd40e3c9b3fb6243..e3f2b334f37bd855b4a9b98c0b04acb5d436268b 100644 (file)
@@ -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",