From b96b36a5fc647ae861b22fe63f789fa66c1d54c8 Mon Sep 17 00:00:00 2001 From: mdPlusPlus Date: Wed, 11 Jan 2023 12:17:20 +0100 Subject: [PATCH] Add chmod comment to sudoers file --- systemd/session_sudoers | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd/session_sudoers b/systemd/session_sudoers index 99def52..d349c47 100644 --- a/systemd/session_sudoers +++ b/systemd/session_sudoers @@ -1,4 +1,5 @@ # /etc/sudoers.d/session_sudoers +# chmod 0440 /etc/sudoers.d/session_sudoers # sudoers file to let the users of the group(%) "session" restart the service for https://sessioncommunities.online %session ALL= NOPASSWD: /bin/systemctl start sessioncommunities.service %session ALL= NOPASSWD: /bin/systemctl stop sessioncommunities.service