feat(profiles): add and merge some cni profiles.
This commit is contained in:
parent
4f7cf8d90e
commit
d8449de55e
6 changed files with 69 additions and 12 deletions
|
|
@ -6,13 +6,13 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /opt/cni/bin/loopback
|
||||
profile loopback @{exec_path} {
|
||||
@{exec_path} = /{usr/,}lib/cni/loopback /opt/cni/bin/loopback
|
||||
profile cni-loopback @{exec_path} {
|
||||
include <abstractions/base>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{sys}/kernel/mm/transparent_hugepage/hpage_pmd_size r,
|
||||
|
||||
include if exists <local/loopback>
|
||||
include if exists <local/cni-loopback>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue