tribut / homeassistant-docker-venv

Run Home Assistant as non-root using the official docker image
123 stars 16 forks source link

run script not executable #9

Closed hmoffatt closed 4 years ago

hmoffatt commented 4 years ago

The run script is not marked executable in the repository. It seems to get marked as executable when I use it from Docker, so everything works, but then my git clone of this repo has unstaged changes.

tribut commented 4 years ago

Thanks for reminding me! I had noticed that, but somehow forgot to commit a fix.

hmoffatt commented 4 years ago

Awesome, thanks for the quick fix and for all your work on this.

I think it's simpler to run as non-root than to depend on AppArmor as per the official HA advice. And I don't see any official way to configure AppArmor on a non-supervised "HomeAssistant Container" install anyway.