From 3c8050e402124466a91f7f7c6fab59ee03865d70 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:32:30 +0200 Subject: [PATCH] Add SYS_RESOURCE nobuild https://github.com/alexbelgium/hassio-addons/issues/1808#issuecomment-3143535383 --- birdnet-go/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/birdnet-go/config.json b/birdnet-go/config.json index 0a18cb1db..83a422e60 100644 --- a/birdnet-go/config.json +++ b/birdnet-go/config.json @@ -99,7 +99,8 @@ }, "privileged": [ "SYS_ADMIN", - "DAC_READ_SEARCH" + "DAC_READ_SEARCH", + "SYS_RESOURCE" ], "schema": { "ALSA_CARD": "int?",