Commit 2d56866a8a8fc1930e2e32f7fb74f5e077340fbd
1 parent
ab7d98d2
Exists in
master
and in
11 other branches
Further restrict file permissions on satellites
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
files/gitlab-cookbooks/gitlab/recipes/gitlab-rails.rb
| @@ -98,6 +98,7 @@ end | @@ -98,6 +98,7 @@ end | ||
| 98 | directory node['gitlab']['gitlab-rails']['satellites_path'] do | 98 | directory node['gitlab']['gitlab-rails']['satellites_path'] do |
| 99 | owner node['gitlab']['user']['username'] | 99 | owner node['gitlab']['user']['username'] |
| 100 | group node['gitlab']['user']['group'] | 100 | group node['gitlab']['user']['group'] |
| 101 | + mode "0700" | ||
| 101 | recursive true | 102 | recursive true |
| 102 | end | 103 | end |
| 103 | 104 |