From 0ab0434fc109c5dc2e8d2cfa8e630b71807d84b1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 14 Feb 2021 22:45:11 +0100 Subject: [PATCH] Update config.json --- scrutiny/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrutiny/config.json b/scrutiny/config.json index 9c73d5b3e..0be43a1e9 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -18,7 +18,7 @@ "8080/tcp": "Web UI port" }, "devices": ["/dev/sda","/dev/sdb", "/dev/sda1","/dev/sdb1","/dev/mmcblk0p1"], - "privileged": ["SYS_ADMIN", "SYS_RAWIO"], + "privileged": ["SYS_ADMIN", "SYS_RAWIO", "SYS_DAC_READ_SEARCH"], "full_access": true, "udev": "true", "full_access": "true",