AppArmor: Explicitly allow netlink raw socket for Supervisor on stable (#372)

Apply #370 to stable as well.
This commit is contained in:
Stefan Agner
2024-04-30 14:13:09 +02:00
committed by GitHub
parent 0c7f53d55f
commit fa255b87b7

View File

@ -4,8 +4,12 @@ profile hassio-supervisor flags=(attach_disconnected,mediate_deleted) {
#include <abstractions/base>
#include <abstractions/python>
network,
deny network raw,
network unix stream,
network inet stream,
network inet6 stream,
network inet dgram,
network inet6 dgram,
network netlink raw,
signal (send) set=(kill,term,int,hup,cont),