mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-09-26 03:23:35 +01:00
This release makes the agent only load AppArmor profiles whose name matches the profile file name. Profiles are enumerated with `apparmor_parser --names` before load/unload, and any profile which is not the file's base name or a child profile/hat of it is rejected. This prevents an add-on supplied apparmor.txt from redefining unrelated profiles such as docker-default or hassio-supervisor. Full changelog: * https://github.com/home-assistant/os-agent/releases/tag/1.14.0 Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>