From 3e1bea6ed00e3a2bd145ff4fcb2d03b0276de381 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 11 Feb 2021 22:36:08 +0100 Subject: [PATCH] Update config.json --- scrutiny/config.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scrutiny/config.json b/scrutiny/config.json index 88a5d3f77..3d96e6ac2 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -18,11 +18,10 @@ "8080/tcp": "Web UI port" }, "privileged": [ - "SYS_ADMIN" + "SYS_ADMIN", + "SYS_RAWIO" ], - "full_access": true, "map": [ - "ssl" ], "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]", "boot": "auto",