From afd102d54bbe6a92919c13f52ceccda0ef2fe36a Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 9 Sep 2021 18:00:31 +0200 Subject: [PATCH] Exception to ProtectSystem for /etc/wireguard --- conf/wireguard_ui.service | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/wireguard_ui.service b/conf/wireguard_ui.service index 98e8724..2495c87 100644 --- a/conf/wireguard_ui.service +++ b/conf/wireguard_ui.service @@ -39,5 +39,8 @@ CapabilityBoundingSet=~CAP_MAC_ADMIN CAP_MAC_OVERRIDE CapabilityBoundingSet=~CAP_NET_ADMIN CAP_NET_BROADCAST CAP_NET_RAW CapabilityBoundingSet=~CAP_SYS_ADMIN CAP_SYS_PTRACE CAP_SYSLOG +# Exception to ProtectSystem +ReadWritePaths=/etc/wireguard + [Install] WantedBy=multi-user.target