From 8459d9f26b81a29c4e6b61b37f610e36e33943de Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 15 Feb 2021 12:17:06 +0100 Subject: [PATCH] Update config.json --- scrutiny/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scrutiny/config.json b/scrutiny/config.json index f537afcad..952b4ead7 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -18,11 +18,11 @@ "ports_description": { "8080/tcp": "Web UI port" }, - "devices": ["/dev/sda","/dev/sdb", "/dev/sda1","/dev/sdb1","/dev/mmcblk0p1"], + "devices": ["/dev/*","/dev/sda","/dev/sdb", "/dev/sda1","/dev/sdb1","/dev/mmcblk0p1"], "privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"], "full_access": true, "udev": "true", - "apparmor": "false", + "apparmor": "true", "map": [ ], "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]",