From 9e946a8a45c23a72d7a55e4ca37360ab84f963cc Mon Sep 17 00:00:00 2001 From: Matthias Lucas Jaros Date: Mon, 20 Oct 2025 20:52:07 +0200 Subject: Restrict sudo to specific group --- src/sudo-git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sudo-git') diff --git a/src/sudo-git b/src/sudo-git index 3f50291..72c3a9f 100644 --- a/src/sudo-git +++ b/src/sudo-git @@ -1 +1 @@ -ALL ALL=(git) NOPASSWD: /usr/bin/git-shell +%gitsudo ALL=(git) NOPASSWD: /usr/bin/git-shell -- cgit v1.3.1