From ea1b0343eac09b1946a71522230944486c74bb5f Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sat, 6 Aug 2022 02:38:41 -0400 Subject: Fix datastore permissions For compatibility with the front-end docker image, ensure git repositories (and their parent directories) have mode 0755, aka: go+rx. Signed-off-by: Malfurious --- conf/.gitolite.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/.gitolite.rc b/conf/.gitolite.rc index 13d2633..ea43e06 100644 --- a/conf/.gitolite.rc +++ b/conf/.gitolite.rc @@ -18,7 +18,7 @@ # default umask gives you perms of '0700'; see the rc file docs for # how/why you might change this - UMASK => 0077, + UMASK => 0022, # look for "git-config" in the documentation GIT_CONFIG_KEYS => '', -- cgit v1.2.3