From d9fc214c094bdb4ae4f7a855a1cc61134a5b519e Mon Sep 17 00:00:00 2001 From: Matthias Lucas Jaros Date: Sun, 19 Oct 2025 11:40:00 +0200 Subject: Finally works with permission checks --- sudo-git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sudo-git') diff --git a/sudo-git b/sudo-git index 6a5fc22..cd2f413 100644 --- a/sudo-git +++ b/sudo-git @@ -1,2 +1,2 @@ Defaults:pass !requiretty -pass ALL=(git) NOPASSWD: /usr/bin/git-shell +ALL ALL=(git) NOPASSWD: /usr/bin/git-shell -- cgit v1.3.1