From f2ea91fcbb7c53eaf5877382c0995bdf7a544c50 Mon Sep 17 00:00:00 2001 From: nxshock Date: Sat, 25 Dec 2021 13:53:29 +0500 Subject: [PATCH] Allow to write in home dir --- simplefileshare.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplefileshare.service b/simplefileshare.service index 18f7b69..d522a6f 100644 --- a/simplefileshare.service +++ b/simplefileshare.service @@ -27,7 +27,7 @@ ProtectKernelLogs=true ProtectKernelModules=true ProtectKernelTunables=true ProtectSystem=strict -ReadWritePaths= +ReadWritePaths=/var/lib/simplefileshare RemoveIPC=true RestrictNamespaces=true RestrictRealtime=true