From 055aff3c3c4ccf56bdd57fa0f5be0ea7d376ea34 Mon Sep 17 00:00:00 2001 From: murgi Date: Fri, 18 Apr 2025 08:55:42 +0200 Subject: [PATCH] [ALL] Fix ssh_tty permissions --- clone_and_link.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/clone_and_link.sh b/clone_and_link.sh index 740dd94..f545cb9 100755 --- a/clone_and_link.sh +++ b/clone_and_link.sh @@ -27,3 +27,4 @@ else fi sudo ln -Tsfv $PWD/ssh_tty /etc/sudoers.d/ssh_tty +sudo chown root:root /etc/sudoers.d/ssh_tty