Update CNI path, set containerd to attach_disconnected, cleanups.

This commit is contained in:
Jeroen Rijken 2022-07-10 13:36:44 +02:00
parent 9fb43325a3
commit 8a13d71edb
5 changed files with 6 additions and 6 deletions

View File

@ -6,8 +6,8 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{opt/,}{cni/,}bin/calico
profile calico @{exec_path} flags=(complain) {
@{exec_path} = /opt/cni/bin/calico
profile calico @{exec_path} {
include <abstractions/base>
network inet,

View File

@ -6,7 +6,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{opt/,}{cni/,}bin/bandwidth
@{exec_path} = /opt/cni/bin/bandwidth
profile bandwidth @{exec_path} {
include <abstractions/base>

View File

@ -6,7 +6,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{opt/,}{cni/,}bin/loopback
@{exec_path} = /opt/cni/bin/loopback
profile loopback @{exec_path} {
include <abstractions/base>

View File

@ -6,7 +6,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{opt/,}{cni/,}bin/portmap
@{exec_path} = /opt/cni/bin/portmap
profile portmap @{exec_path} {
include <abstractions/base>

View File

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}bin/containerd
profile containerd @{exec_path} {
profile containerd @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/ssl_certs>
include <abstractions/nameservice-strict>