Workload misconfigurations

Ensure the default seccomp profile is not Disabled (Automated)

Platform(s)
Compliance Frameworks
  • Docker CIS V1.3.1
  • ,
  • NIST 800-190

Description

Seccomp filtering provides a means for a process to specify a filter for incoming system calls. The default Docker seccomp profile works on a whitelist basis and allows for a large number of common system calls, whilst blocking all others. This filtering should not be disabled unless it causes a problem with your container application usage.