diff options
| author | 2025-10-20 20:52:07 +0200 | |
|---|---|---|
| committer | 2025-10-20 20:52:07 +0200 | |
| commit | 9e946a8a45c23a72d7a55e4ca37360ab84f963cc (patch) | |
| tree | 095189a568f06c2ee042ea6f325e3a7e4a3b5d3d /src/sudo-git | |
| parent | 0c3a8a9d78f1a7086efcde9bdd605ec911454458 (diff) | |
Restrict sudo to specific group
Diffstat (limited to 'src/sudo-git')
| -rw-r--r-- | src/sudo-git | 2 |
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 |
