mirror of
https://github.com/containers/podman.git
synced 2025-07-03 09:17:15 +08:00
[CI:DOCS] Document support of pod security context IDs
With PR #14167, the pod-level security Context ID are supported, while the markdown says it isn't. This patch fixes it. ``` None ``` Signed-off-by: Fabian Wiesel <fwiesel@users.noreply.github.com>
This commit is contained in:

committed by
Fabian Wiesel

parent
62399c77be
commit
0d7da5c0b4
@ -52,18 +52,18 @@ Note: **N/A** means that the option cannot be supported in a single-node Podman
|
||||
| shareProcessNamespace | ✅ |
|
||||
| serviceAccountName | no |
|
||||
| automountServiceAccountToken | no |
|
||||
| securityContext\.runAsUser | no |
|
||||
| securityContext\.runAsUser | ✅ |
|
||||
| securityContext\.runAsNonRoot | no |
|
||||
| securityContext\.runAsGroup | no |
|
||||
| securityContext\.supplementalGroups | no |
|
||||
| securityContext\.runAsGroup | ✅ |
|
||||
| securityContext\.supplementalGroups | ✅ |
|
||||
| securityContext\.fsGroup | no |
|
||||
| securityContext\.fsGroupChangePolicy | no |
|
||||
| securityContext\.seccompProfile\.type | no |
|
||||
| securityContext\.seccompProfile\.localhostProfile | no |
|
||||
| securityContext\.seLinuxOptions\.level | no |
|
||||
| securityContext\.seLinuxOptions\.role | no |
|
||||
| securityContext\.seLinuxOptions\.type | no |
|
||||
| securityContext\.seLinuxOptions\.user | no |
|
||||
| securityContext\.seLinuxOptions\.level | ✅ |
|
||||
| securityContext\.seLinuxOptions\.role | ✅ |
|
||||
| securityContext\.seLinuxOptions\.type | ✅ |
|
||||
| securityContext\.seLinuxOptions\.user | ✅ |
|
||||
| securityContext\.sysctls\.name | no |
|
||||
| securityContext\.sysctls\.value | no |
|
||||
| securityContext\.windowsOptions\.gmsaCredentialSpec | no |
|
||||
|
Reference in New Issue
Block a user