From ce3f474b36210f148ef76265db76f1f48ee1144d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 24 Dec 2024 09:26:45 +0100 Subject: [PATCH] Disable apparmor https://github.com/alexbelgium/hassio-addons/issues/1450#issuecomment-2560780141 --- signalk/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/signalk/config.json b/signalk/config.json index 7d94a1eab4b..bfd5e45714c 100644 --- a/signalk/config.json +++ b/signalk/config.json @@ -1,4 +1,5 @@ { + "apparmor": false, "arch": [ "aarch64", "amd64", @@ -49,6 +50,6 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", "usb": true, - "version": "2.12.0-3", + "version": "2.12.0-4", "webui": "http://[HOST]:[PORT:3000]" }