From 56c96df47bb9298f29630f981455e336fc17f3cc Mon Sep 17 00:00:00 2001 From: bol-van Date: Sun, 25 May 2025 20:07:52 +0300 Subject: [PATCH] remove seccomp from systemd units --- init.d/systemd/nfqws@.service | 3 --- init.d/systemd/tpws@.service | 2 -- 2 files changed, 5 deletions(-) diff --git a/init.d/systemd/nfqws@.service b/init.d/systemd/nfqws@.service index 4638203e..5a18c7ef 100644 --- a/init.d/systemd/nfqws@.service +++ b/init.d/systemd/nfqws@.service @@ -56,9 +56,6 @@ RemoveIPC=true RestrictNamespaces=true RestrictRealtime=true RestrictSUIDSGID=true -SystemCallArchitectures=native -SystemCallFilter=@system-service -SystemCallFilter=~@resources UMask=0077 [Install] diff --git a/init.d/systemd/tpws@.service b/init.d/systemd/tpws@.service index 534dbba8..c2780089 100644 --- a/init.d/systemd/tpws@.service +++ b/init.d/systemd/tpws@.service @@ -55,8 +55,6 @@ RemoveIPC=true RestrictNamespaces=true RestrictRealtime=true RestrictSUIDSGID=true -SystemCallArchitectures=native -SystemCallFilter=@system-service UMask=0077 [Install]