From 20e91c86f6ab1c4bf6d46479e5f975db65333836 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Mon, 30 May 2022 23:07:31 +0200 Subject: [PATCH] remove PrivateDevices restriction --- conf/systemd.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index b93819f..6f592d5 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -19,7 +19,8 @@ RestartSec=1m # Details for these options: https://www.freedesktop.org/software/systemd/man/systemd.exec.html NoNewPrivileges=yes PrivateTmp=yes -PrivateDevices=yes +#Private device restrict access to device in /dev/, so to any devices like razberry, zigate, etc. +#PrivateDevices=yes RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 RestrictNamespaces=yes RestrictRealtime=yes