From 1f5919bf3aafbb3ee0e935c9c7c78fdebe311e54 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:25:48 +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 ac1cb0385..ad6cf971b 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -19,7 +19,7 @@ "ports_description": { "8080/tcp": "Web UI port" }, - "devices": ["/dev/nvme0", "/dev/*","/dev/sda","/dev/sdb", "/dev/sda1","/dev/sdb1","/dev/mmcblk0p1"], + "devices": ["/dev/sda","/dev/sdb", "/dev/sda1","/dev/sdb1"], "privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"], "full_access": true, "udev": "true",