From 7780e5f95157e190d7084cd63e37cd383299d0c7 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 1 Dec 2022 10:14:17 +0000 Subject: [PATCH] Enable AF_UNIX for taginfo-update --- cookbooks/taginfo/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) 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", -- 2.45.1