apparmor.d/apparmor.d/groups/virt/cni-loopback
2022-07-09 20:46:59 +02:00

14 lines
268 B
Text

abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{opt/,}{cni/,}bin/loopback
profile loopback @{exec_path} {
include <abstractions/base>
{exec_path} rm,
@{sys}/kernel/mm/transparent_hugepage/hpage_pmd_size r,
include if exists <local/loopback>
}