Allow signals from containerd to calico

This commit is contained in:
Jeroen Rijken 2022-07-19 17:14:32 +02:00 committed by Alex
parent 8f81a39df1
commit c03c624472
2 changed files with 3 additions and 0 deletions

View file

@ -19,6 +19,8 @@ profile cni-calico @{exec_path} flags=(attach_disconnected) {
network inet6 stream,
network netlink raw,
signal (receive) set=kill peer=containerd,
@{exec_path} mr,
@{exec_path}-ipam rix,

View file

@ -37,6 +37,7 @@ profile containerd @{exec_path} flags=(attach_disconnected) {
umount @{run}/netns/cni-@{uuid},
signal (receive) set=term peer=dockerd,
signal (send) set=kill peer=cni-calico,
@{exec_path} mr,
/{usr/,}{s,}bin/apparmor_parser rPx,