mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 16:03:51 +01:00
Make calico part of cni
This commit is contained in:
parent
02ad72b024
commit
682df516bf
@ -7,7 +7,7 @@ abi <abi/3.0>,
|
|||||||
include <tunables/global>
|
include <tunables/global>
|
||||||
|
|
||||||
@{exec_path} = /opt/cni/bin/calico
|
@{exec_path} = /opt/cni/bin/calico
|
||||||
profile calico @{exec_path} {
|
profile cni-calico @{exec_path} {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
|
|
||||||
network inet,
|
network inet,
|
||||||
@ -26,5 +26,5 @@ profile calico @{exec_path} {
|
|||||||
|
|
||||||
@{sys}/kernel/mm/transparent_hugepage/hpage_pmd_size r,
|
@{sys}/kernel/mm/transparent_hugepage/hpage_pmd_size r,
|
||||||
|
|
||||||
include if exists <local/calico>
|
include if exists <local/cni-calico>
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user