From 3aec306c0dfc669534202081a574f7e0d77dd9f4 Mon Sep 17 00:00:00 2001 From: ewilly Date: Tue, 4 Jan 2022 20:33:33 +0100 Subject: [PATCH] Fix issue #40 --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 2e35f8e..7559fe1 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -20,7 +20,7 @@ PrivateTmp=yes #CANT BE ACTIVATED FOR __APP__ #RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 RestrictNamespaces=yes RestrictRealtime=yes -DevicePolicy=closed +#CANT BE ACTIVATED FOR __APP__ (see issue #40) #DevicePolicy=closed ProtectSystem=full ProtectControlGroups=yes ProtectKernelModules=yes