From 14f2ca6efde8b3b5d0455db18010680e9072b654 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 14 Feb 2021 08:14:58 +0100 Subject: [PATCH] Update config.json --- scrutiny/config.json | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/scrutiny/config.json b/scrutiny/config.json index d743c9536..9c73d5b3e 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -17,18 +17,12 @@ "ports_description": { "8080/tcp": "Web UI port" }, - "privileged": [ - "SYS_ADMIN", - "SYS_RAWIO" - ], - "devices": [ - "/dev/sda", - "/dev/sdb", - "/dev/nvme1n1", - "/dev" - ], + "devices": ["/dev/sda","/dev/sdb", "/dev/sda1","/dev/sdb1","/dev/mmcblk0p1"], + "privileged": ["SYS_ADMIN", "SYS_RAWIO"], + "full_access": true, "udev": "true", - "full_access": "true", + "full_access": "true", + "apparmor": "true", "map": [ ], "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]", @@ -39,8 +33,8 @@ "SCRUTINY_COLLECTOR": "true" }, "options": { - "PUID": 1000, - "PGID": 1000 + "PUID": 0, + "PGID": 0 }, "schema": { "PUID": "int",