1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-09-27 21:18:54 +02:00

Merge branch 'readable' into 'next'

Fix security issue.

See merge request famedly/conduit!316
This commit is contained in:
Timo Kösters 2022-04-01 07:30:05 +00:00
commit f9bf465578

View file

@ -142,7 +142,8 @@ As we are using a Conduit specific user we need to allow it to read the config.
Debian:
```bash
sudo chown -R conduit:nogroup /etc/matrix-conduit
sudo chown -R root:root /etc/matrix-conduit
sudo chmod 755 /etc/matrix-conduit
```
If you use the default database path you also need to run this: