diff options
| author | 2025-10-27 11:08:53 +0100 | |
|---|---|---|
| committer | 2025-10-27 11:08:53 +0100 | |
| commit | 6fb85c172dcc8b392491d69f63ea95b307fda5ed (patch) | |
| tree | d175b4e041b499155750a2909d208c4556e9aeb6 /src/env | |
| parent | 6e1763750708d3df11c5a6a2b684bccd25ef76a0 (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 |
