From 101dbceb5c8ad823658611d1a0479ddf530e682c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 5 Sep 2021 12:09:56 +0200 Subject: [PATCH] Remove unprotected --- piwigo/config.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/piwigo/config.json b/piwigo/config.json index 8c7f6291d..9fe361f69 100644 --- a/piwigo/config.json +++ b/piwigo/config.json @@ -20,9 +20,15 @@ "80/tcp": "Web UI port" }, "privileged": [ - "SYS_ADMIN" + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], + "devices":[ + "/dev/sda1", + "/dev/sda2", + "/dev/sdb1", + "/dev/sdb2" ], - "full_access": true, "map": [ "media:rw", "share:rw",