Browse Source

Fix: CRI-O default capabilities follow with the upstream (#12018)

* Fix: CRI-O default capabilities follow with the upstream

Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>

* Docs: CRI-O default capabilities follow with upstream

Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>

---------

Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
pull/12023/head
ChengHao Yang 7 months ago
committed by GitHub
parent
commit
7c611890c3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions
  1. 2
      docs/CRI/cri-o.md
  2. 2
      roles/container-engine/cri-o/defaults/main.yml

2
docs/CRI/cri-o.md

@ -88,12 +88,10 @@ crio_default_capabilities:
- DAC_OVERRIDE - DAC_OVERRIDE
- FSETID - FSETID
- FOWNER - FOWNER
- NET_RAW
- SETGID - SETGID
- SETUID - SETUID
- SETPCAP - SETPCAP
- NET_BIND_SERVICE - NET_BIND_SERVICE
- SYS_CHROOT
- KILL - KILL
``` ```

2
roles/container-engine/cri-o/defaults/main.yml

@ -106,10 +106,8 @@ crio_default_capabilities:
- DAC_OVERRIDE - DAC_OVERRIDE
- FSETID - FSETID
- FOWNER - FOWNER
- NET_RAW
- SETGID - SETGID
- SETUID - SETUID
- SETPCAP - SETPCAP
- NET_BIND_SERVICE - NET_BIND_SERVICE
- SYS_CHROOT
- KILL - KILL
Loading…
Cancel
Save