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