summaryrefslogtreecommitdiff
path: root/src/sudo-git
diff options
context:
space:
mode:
authorGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-10-20 20:52:07 +0200
committerGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-10-20 20:52:07 +0200
commit510867f3c292265e54c6559061045bb6d964b67a (patch)
tree095189a568f06c2ee042ea6f325e3a7e4a3b5d3d /src/sudo-git
parentf1dc38c99ad65dd0665014cbad5417f3f6cbd182 (diff)
Restrict sudo to specific group
Diffstat (limited to 'src/sudo-git')
-rw-r--r--src/sudo-git2
1 files changed, 1 insertions, 1 deletions
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