From b6af3ebb372cb27638eb3d5d63e97945f2a2e7e5 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 25 Jan 2022 01:29:14 +0100 Subject: [PATCH] systemd conf: Add AF_NETLINK address family --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 13d2588..8a2985e 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -18,7 +18,7 @@ StandardError=inherit NoNewPrivileges=yes PrivateTmp=yes PrivateDevices=yes -RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 +RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK RestrictNamespaces=yes RestrictRealtime=yes DevicePolicy=closed