From 4d96f18d6ce3951388547d4c491f1a7972810cae Mon Sep 17 00:00:00 2001 From: Florent Date: Wed, 16 Feb 2022 11:12:33 +0100 Subject: [PATCH] Allow AF_NETLINK (fixes #63) AF_NETLINK is required for palettes which need to call `os.networkInterfaces()` in nodejs --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 4ec774b..e0b498e 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -19,7 +19,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