From 38f6b2339262b2263f6fc4733f235963cd20c5e0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 14 Nov 2021 19:07:23 +0100 Subject: [PATCH] NET_ADMIN, host_dbus": true, --- jellyfin/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jellyfin/config.json b/jellyfin/config.json index 5845f1ad8..35385006a 100644 --- a/jellyfin/config.json +++ b/jellyfin/config.json @@ -22,6 +22,7 @@ ], "map": ["config:rw", "share:rw", "media:rw", "ssl"], "name": "Jellyfin NAS", + "host_dbus": true, "options": { "PUID": 0, "PGID": 0 @@ -38,7 +39,7 @@ "7359/udp": "udp server discover (optional)", "1900/udp": "dlna (optional)" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"], "schema": { "PUID": "int", "PGID": "int",