summaryrefslogtreecommitdiff
path: root/DEPLOY.md
diff options
context:
space:
mode:
authorTomZ <tom@flowee.org>2022-02-21 22:35:08 +0100
committerTomZ <tom@flowee.org>2022-02-21 22:35:08 +0100
commit949f2523f900604e688129563d952f03fc6e0bb3 (patch)
tree64d1a3d5cc78e954fb4074c86cca188fb19bb0ac /DEPLOY.md
parent237645e975dbb6ac4b2b0e4afa1f645465d37393 (diff)
downloadconduit-949f2523f900604e688129563d952f03fc6e0bb3.zip
Fix permissions
The text just sets the ownership and ignores that defaults on unix are to have newly created dirs be readable by everyone. This closes the database to unauthorized users on multi-user systems.
Diffstat (limited to 'DEPLOY.md')
-rw-r--r--DEPLOY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/DEPLOY.md b/DEPLOY.md
index a28218d..3d1b780 100644
--- a/DEPLOY.md
+++ b/DEPLOY.md
@@ -150,6 +150,7 @@ If you use the default database path you also need to run this:
```bash
sudo mkdir -p /var/lib/matrix-conduit/
sudo chown -R conduit:nogroup /var/lib/matrix-conduit/
+sudo chmod 700 /var/lib/matrix-conduit/
```
## Setting up the Reverse Proxy