From 721bebcd7f90c6cdcc7f14252ede46eaec1f3987 Mon Sep 17 00:00:00 2001 From: Darkcyankitty Date: Thu, 21 Aug 2025 10:21:20 +0000 Subject: [PATCH] Update i2pd.service --- contrib/i2pd.service | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contrib/i2pd.service b/contrib/i2pd.service index 1eb8a92b..5ed3a211 100644 --- a/contrib/i2pd.service +++ b/contrib/i2pd.service @@ -33,7 +33,6 @@ SendSIGKILL=yes LimitNOFILE=8192 # To enable write of coredump uncomment this #LimitCORE=infinity - #hardening ProtectHostname=true ProtectKernelLogs=true @@ -48,6 +47,10 @@ PrivateDevices=true PrivateIPC=true NoNewPrivileges=true RestrictNamespaces=true +ProtectSystem=full +ReadWritePaths=-/var/lib/i2pd +ReadWritePaths=-/run/i2pd +ReadWritePaths=-/etc/i2pd [Install] WantedBy=multi-user.target