SV-260937r966168_rule
V-260937
SRG-APP-000342-CTR-000775
CNTR-MK-001170
CAT II
10
When using Kubernetes orchestration, this check is Not Applicable.
When using Swarm orchestration, do not pass unconfined flags to run a container without the default seccomp profile. Refer to seccomp documentation for details: https://docs.docker.com/engine/security/seccomp/.
When using Kubernetes orchestration, this check is Not Applicable.
For Swarm orchestration, to ensure the default seccomp profile is not disabled, log in to the CLI:
Linux: As an MKE Admin, execute the following command using a Universal Control Plane (MKE) client bundle:
docker ps --quiet --filter "label=com.docker.ucp.version" | xargs docker inspect --format '{{ .Id }}: SecurityOpt={{ .HostConfig.SecurityOpt }}'
If seccomp:=unconfined, then the container is running without any seccomp profiles and this is a finding.
V-260937
False
CNTR-MK-001170
When using Kubernetes orchestration, this check is Not Applicable.
For Swarm orchestration, to ensure the default seccomp profile is not disabled, log in to the CLI:
Linux: As an MKE Admin, execute the following command using a Universal Control Plane (MKE) client bundle:
docker ps --quiet --filter "label=com.docker.ucp.version" | xargs docker inspect --format '{{ .Id }}: SecurityOpt={{ .HostConfig.SecurityOpt }}'
If seccomp:=unconfined, then the container is running without any seccomp profiles and this is a finding.
M
5595