From b94ac3b769fe91e57e8e2f6ef33f023742f0b75b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 15 Feb 2021 09:36:49 +0100 Subject: [PATCH] Update config.json --- qbittorrent/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 611c59519..d1b9207d4 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -30,7 +30,7 @@ ], "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]", "boot": "auto", - "privileged": ["SYS_ADMIN"], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "environment": { "WEBUI_PORT": "8080" },