diff options
| author | 2025-10-27 11:08:53 +0100 | |
|---|---|---|
| committer | 2025-10-27 11:08:53 +0100 | |
| commit | 79b4923b6d48dec074902b2ee227da8c3579766c (patch) | |
| tree | d175b4e041b499155750a2909d208c4556e9aeb6 /src/env | |
| parent | 73181e030c2552fc981b6c3a115c1b68dbc9a14b (diff) | |
Added basic acl handling of read/write git repos
Diffstat (limited to 'src/env')
| -rw-r--r-- | src/env | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,3 +5,4 @@ set _REPO_VALIDATION_REGEX "((?:\/[a-zA-Z0-9_\-\.]+)+.git)" set _GIT_VALIDATION_REGEX "^(git-(?:upload-pack|receive-pack|upload-archive)) '$_REPO_VALIDATION_REGEX'\$" set _GIT_SUDO_GROUP gitsudo set _LOG /var/log/git-run +set _PERMISSIONS r w |
