mirror of
https://github.com/home-assistant/version.git
synced 2025-07-20 16:50:45 +00:00
AppArmor: Explicitly allow netlink raw socket for Supervisor on stable (#372)
Apply #370 to stable as well.
This commit is contained in:
@ -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),
|
||||
|
||||
|
Reference in New Issue
Block a user