diff options
author | Jesús <heckyel@hyperbola.info> | 2021-04-08 16:35:10 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-04-08 16:35:45 -0500 |
commit | 0ab792d0f43fe5582da239638521ea45e7fa783d (patch) | |
tree | b36788b924d04409e20a5e6ad03b7cb82e277b23 /gitolite-cgit | |
parent | 938767f582d8758a7e720b02dc9f0cfe59c4339c (diff) | |
download | gitolite-cgit-docker-0ab792d0f43fe5582da239638521ea45e7fa783d.tar.lz gitolite-cgit-docker-0ab792d0f43fe5582da239638521ea45e7fa783d.tar.xz gitolite-cgit-docker-0ab792d0f43fe5582da239638521ea45e7fa783d.zip |
[gitolite.rc]: update umask
Diffstat (limited to 'gitolite-cgit')
-rw-r--r-- | gitolite-cgit/gitolite.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitolite-cgit/gitolite.rc b/gitolite-cgit/gitolite.rc index baa0895..7d14f9b 100644 --- a/gitolite-cgit/gitolite.rc +++ b/gitolite-cgit/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 => 0027, # look for "git-config" in the documentation GIT_CONFIG_KEYS => '.*', |