From 9a0be419f57ad7656f40ac29f8e1ca82783ee40c Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Fri, 23 Sep 2022 08:01:57 -0400 Subject: [PATCH] janus: Allow AF_UNIX and AF_NETLINK Signed-off-by: James Valleroy --- .../data/usr/lib/systemd/system/janus.service.d/freedombox.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/janus/data/usr/lib/systemd/system/janus.service.d/freedombox.conf b/plinth/modules/janus/data/usr/lib/systemd/system/janus.service.d/freedombox.conf index ff39fdff1..477167d7d 100644 --- a/plinth/modules/janus/data/usr/lib/systemd/system/janus.service.d/freedombox.conf +++ b/plinth/modules/janus/data/usr/lib/systemd/system/janus.service.d/freedombox.conf @@ -14,7 +14,7 @@ ProtectKernelLogs=yes ProtectKernelModules=yes ProtectKernelTunables=yes ProtectSystem=strict -RestrictAddressFamilies=AF_INET AF_INET6 +RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK RestrictNamespaces=yes RestrictRealtime=yes RestrictSUIDSGID=yes