From c1e894a6b667559453e7132b86c919212fc1e535 Mon Sep 17 00:00:00 2001 From: Tagadda <36127788+Tagadda@users.noreply.github.com> Date: Sun, 23 Jan 2022 23:17:50 +0000 Subject: [PATCH] Fix sandboxing --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index ff2527e..16f4776 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -22,7 +22,7 @@ LimitNPROC=64 # Details for these options: https://www.freedesktop.org/software/systemd/man/systemd.exec.html PrivateTmp=yes PrivateDevices=yes -ProtectHome=true +ProtectHome=false ProtectSystem=strict [Install]