From 46f9364caa00bdb8047dffdb114bc6a64e18f281 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 20 Jan 2018 16:04:57 +0100 Subject: [PATCH] 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. --- docs/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Installation.md b/docs/Installation.md index aa64dd2..ca5e750 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -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. - chmod -R 777 uploads/ data/ + chmod -R 750 uploads/ data/ ### 4. Finish