Add AppArmor instructions (for raspbian)

This commit is contained in:
Christoph Spörk 2022-08-26 17:02:18 +02:00 committed by GitHub
parent 45a38d1fc4
commit 8655d2450b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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