From 5b469c444b9b12ba7e321904a46c1e331dc02588 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 15 Feb 2021 14:07:03 +0100 Subject: [PATCH] Update config.json --- emby/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emby/config.json b/emby/config.json index 7b1ce76f0..1ecab59b2 100644 --- a/emby/config.json +++ b/emby/config.json @@ -31,6 +31,7 @@ ], "webui": "http://[HOST]:[PORT:8096]", "boot": "auto", + "apparmor": "true", "privileged": [ "SYS_ADMIN", "DAC_READ_SEARCH" @@ -57,4 +58,4 @@ "cifsusername": "str", "cifspassword": "str" } -} \ No newline at end of file +}