Change the infamous chmod 777 for something more sensible

`chmod 777` are evil. You don't want to grant anyone who has a shell on
your machine the right to see and edit your data.
This commit is contained in:
jvoisin 2018-01-20 16:04:57 +01:00
parent 8b2c07861d
commit 46f9364caa

View File

@ -27,7 +27,7 @@ You can also use the [direct download](https://github.com/electerious/Lychee/arc
Change the permissions of `uploads/`, `data/` and all their subfolders. Sufficient read/write privileges are required. Change the permissions of `uploads/`, `data/` and all their subfolders. Sufficient read/write privileges are required.
chmod -R 777 uploads/ data/ chmod -R 750 uploads/ data/
### 4. Finish ### 4. Finish