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",