From b61410826d732a3ac94094b36195138bb6fdc75d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Wed, 7 Apr 2021 02:05:27 +0200 Subject: [PATCH] Add AppArmor reason (#8829) --- hassio/src/system/hassio-supervisor-info.ts | 1 + src/translations/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/hassio/src/system/hassio-supervisor-info.ts b/hassio/src/system/hassio-supervisor-info.ts index 4aaf394d5e..74585bbec2 100644 --- a/hassio/src/system/hassio-supervisor-info.ts +++ b/hassio/src/system/hassio-supervisor-info.ts @@ -39,6 +39,7 @@ import "../components/supervisor-metric"; import { hassioStyle } from "../resources/hassio-style"; const UNSUPPORTED_REASON_URL = { + apparmor: "/more-info/unsupported/apparmor", container: "/more-info/unsupported/container", dbus: "/more-info/unsupported/dbus", docker_configuration: "/more-info/unsupported/docker_configuration", diff --git a/src/translations/en.json b/src/translations/en.json index e187f9656d..db6ca93433 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -3797,6 +3797,7 @@ "share_diagonstics_title": "Help Improve Home Assistant", "share_diagonstics_description": "Would you want to automatically share crash reports and diagnostic information when the Supervisor encounters unexpected errors? {line_break} This will allow us to fix the problems, the information is only accessible to the Home Assistant Core team and will not be shared with others.{line_break} The data does not include any private/sensitive information and you can disable this in settings at any time you want.", "unsupported_reason": { + "apparmor": "AppArmor is not enabled on the host", "container": "Containers known to cause issues", "content-trust": "Content-trust validation is disabled", "dbus": "DBUS",