From 9e8e36c41a482584a18c29860ecca3eeb9527c23 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 6 Dec 2022 03:58:23 +0100 Subject: [PATCH] Add privileges https://github.com/alexbelgium/hassio-addons/issues/590#issuecomment-1338373765 --- unpackerr/config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/unpackerr/config.json b/unpackerr/config.json index db601c829..a870428c4 100644 --- a/unpackerr/config.json +++ b/unpackerr/config.json @@ -67,6 +67,10 @@ "extraction_path": "/share/downloads_packed", "watch_path": "/share/downloads_unpacked" }, + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PGID": "int", "PUID": "int", @@ -80,5 +84,5 @@ }, "slug": "unpackerr", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.10.1-9" + "version": "0.10.1-10" }