mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 16:03:51 +01:00
Update CNI path, set containerd to attach_disconnected, cleanups.
This commit is contained in:
parent
9fb43325a3
commit
8a13d71edb
@ -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,
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user