From 95d2cdfbcf595baeaf81558c35dc45b7f1b30eab Mon Sep 17 00:00:00 2001 From: Julian <julian@cccv.de> Date: Tue, 31 May 2022 22:14:35 +0000 Subject: [PATCH] Remove RestrictAddressFamilies sandboxing option The option breaks 4.7.0 newer. --- rocketchat-follower@.service | 1 - rocketchat.service | 1 - 2 files changed, 2 deletions(-) diff --git a/rocketchat-follower@.service b/rocketchat-follower@.service index 11d548f..f39977c 100644 --- a/rocketchat-follower@.service +++ b/rocketchat-follower@.service @@ -34,7 +34,6 @@ ProtectProc=noaccess RestrictRealtime=true RestrictSUIDSGID=true RestrictNamespaces=true -RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 ProtectSystem=strict ProtectHome=true PrivateTmp=true diff --git a/rocketchat.service b/rocketchat.service index 8dd8fa0..76e7ab1 100644 --- a/rocketchat.service +++ b/rocketchat.service @@ -30,7 +30,6 @@ ProtectProc=noaccess RestrictRealtime=true RestrictSUIDSGID=true RestrictNamespaces=true -RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 ProtectSystem=strict ProtectHome=true PrivateTmp=true -- GitLab