summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorMarco Cyriacks <marco@cyriacks.net>2014-09-12 19:52:27 +0200
committerMarco Cyriacks <marco@cyriacks.net>2014-09-12 19:56:25 +0200
commit8d0bc76487b428ad629f9bdd883cf8af794431a6 (patch)
tree7efbab3f9185a7de79f71ebdf054d342ccce8fbb /doc/install
parent7d3daa4dfbf5e00d48e4658d7bf7406406e63607 (diff)
downloadgitlab-ce-8d0bc76487b428ad629f9bdd883cf8af794431a6.tar.gz
Change gitlab/log permissions in installation.md
This patch changes default permission of the gitlab/log directory to u+rwX,go-w. This is done to make the directory NOT readable by group and others and to avoid logrotate complaining about it. chmod 755 is not used to avoid setting executable bit on file within the log dir.
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 1175aff9dd9..c4d9668fde4 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -159,7 +159,7 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da
# Make sure GitLab can write to the log/ and tmp/ directories
sudo chown -R git log/
sudo chown -R git tmp/
- sudo chmod -R u+rwX log/
+ sudo chmod -R u+rwX,go-w log/
sudo chmod -R u+rwX tmp/
# Create directory for satellites