From: Remi Gacogne Date: Thu, 24 Jul 2025 09:42:03 +0000 (+0200) Subject: dnsdist: Fix restricted network families when building with meson X-Git-Tag: auth-5.1.0-alpha0~11^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F15904%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Fix restricted network families when building with meson Signed-off-by: Remi Gacogne --- diff --git a/pdns/dnsdistdist/meson.build b/pdns/dnsdistdist/meson.build index 9dde6f62f..75ff2e059 100644 --- a/pdns/dnsdistdist/meson.build +++ b/pdns/dnsdistdist/meson.build @@ -732,7 +732,7 @@ if dep_systemd_prog.found() ) systemd_service_conf.set( 'RestrictAddressFamilies', - have_systemd_restrict_address_families ? 'RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6' : '', + have_systemd_restrict_address_families ? 'RestrictAddressFamilies=AF_INET AF_INET6 AF_NETLINK AF_UNIX AF_XDP' : '', ) dnsdist_service_conf_general = configuration_data()