From 259e0d7f3aaef990e4d8bce0313f1371dae4228d Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Mon, 28 Oct 2024 19:26:53 +0100 Subject: [PATCH] install.sh aktualisiert --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index b7a1ba0..20f40e5 100644 --- a/install.sh +++ b/install.sh @@ -31,6 +31,7 @@ sudo tee /etc/sudoers.d/loginuser >/dev/null << 'EOF' loginuser ALL=(ALL) NOPASSWD: /usr/bin/systemctl restart watchdog, /usr/bin/systemctl status watchdog, /usr/bin/systemctl restart chromium-monitor, /usr/bin/systemctl status chromium-monitor loginuser ALL=(ALL) NOPASSWD: /usr/bin/echo, /usr/bin/cp loginuser ALL=(ALL) NOPASSWD: /usr/bin/sed /etc/watchdog.conf +loginuser ALL=(ALL) NOPASSWD: /usr/bin/tee -a /etc/watchdog.conf loginuser ALL=(ALL) NOPASSWD: /usr/sbin/reboot, /usr/sbin/dhclient eth0, /usr/bin/fbset loginuser ALL=(ALL) NOPASSWD: /usr/bin/cat /var/lib/dhcp/* EOF