Commit 2d56866a8a8fc1930e2e32f7fb74f5e077340fbd

Authored by Jacob Vosmaer
1 parent ab7d98d2

Further restrict file permissions on satellites

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