From 8655d2450b7c2a5aea81caf7448a4ab0e6639478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Sp=C3=B6rk?= Date: Fri, 26 Aug 2022 17:02:18 +0200 Subject: [PATCH] Add AppArmor instructions (for raspbian) --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc2b882..bb1e936 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,15 @@ Step 3: Install the OS-Agent: Instructions for installing the OS-Agent can be found [here](https://github.com/home-assistant/os-agent/tree/main#using-home-assistant-supervised-on-debian) -Step 4: Install the Home Assistant Supervised Debian Package: +Step 4: Install and activate apparmor (needed on raspbian) +### Install +```bash +sudo apt-get install apparmor +``` +### Activate +Add `apparmor=1 security=apparmor` to `/boot/cmdline.txt` + +Step 5: Install the Home Assistant Supervised Debian Package: ```bash wget https://github.com/home-assistant/supervised-installer/releases/latest/download/homeassistant-supervised.deb