From 1f0e4af32919aaac1bef6f7fff5884db2e155bc8 Mon Sep 17 00:00:00 2001 From: NetSysFire <59517351+NetSysFire@users.noreply.github.com> Date: Mon, 10 Mar 2025 15:24:26 +0100 Subject: [PATCH] systemd.exec(5): RestrictAddressFamilies: mention address_families(7) --- man/systemd.exec.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index fbd25a1a180..fa6b9651017 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -2212,7 +2212,9 @@ BindReadOnlyPaths=/var/lib/systemd Restricts the set of socket address families accessible to the processes of this unit. Takes none, or a space-separated list of address family names to allow-list, such as AF_UNIX, AF_INET or - AF_INET6. When none is specified, then all address + AF_INET6, see + address_families7 + for all possible options. When none is specified, then all address families will be denied. When prefixed with ~ the listed address families will be applied as deny list, otherwise as allow list. Note that this restricts access to the -- 2.47.3