summaryrefslogtreecommitdiff
path: root/src/env
diff options
context:
space:
mode:
authorGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-10-27 11:08:53 +0100
committerGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-10-27 11:08:53 +0100
commit6fb85c172dcc8b392491d69f63ea95b307fda5ed (patch)
treed175b4e041b499155750a2909d208c4556e9aeb6 /src/env
parent6e1763750708d3df11c5a6a2b684bccd25ef76a0 (diff)
Added basic acl handling of read/write git repos
Diffstat (limited to 'src/env')
-rw-r--r--src/env1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/env b/src/env
index 8010594..4d86362 100644
--- a/src/env
+++ b/src/env
@@ -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