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>
This commit is contained in:
ChengHao Yang
2025-03-06 15:55:50 +08:00
committed by GitHub
parent 6d4714b66e
commit 7c611890c3
2 changed files with 0 additions and 4 deletions

View File

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