Fix for calico unable to create network namespace.
This commit is contained in:
parent
5565217c91
commit
3e006e3c76
4 changed files with 48 additions and 38 deletions
|
|
@ -10,9 +10,13 @@ include <tunables/global>
|
|||
profile cni-loopback @{exec_path} flags=(attach_disconnected) {
|
||||
include <abstractions/base>
|
||||
|
||||
network netlink raw,
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{run}/netns/ r,
|
||||
/ r,
|
||||
|
||||
@{run}/netns/ r,
|
||||
@{run}/netns/cni-@{uuid} rw,
|
||||
|
||||
@{sys}/kernel/mm/transparent_hugepage/hpage_pmd_size r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue