A security engineer is evaluating an enterprise microservices platform where multiple application containers share the underlying Linux host kernel. The engineer needs to enforce a control that restricts containerized application processes from issuing unauthorized or risky system calls (syscalls) directly to the host kernel. Which of the following mechanisms best satisfies this security requirement?
- Applying secure computing mode (seccomp) profiles to restrict allowable kernel system callsCevap
- BDeploying container images inside Type 2 hypervisors to provide container-level hardware kernel separation
- CConfiguring network perimeter firewalls to inspect and drop malicious kernel system call payloads
- DImplementing file integrity monitoring (FIM) as a preventive inline control to intercept system calls
Cevap
Applying secure computing mode (seccomp) profiles to restrict allowable kernel system calls
Secure computing mode (seccomp) allows administrators to restrict which system calls a containerized process can execute on the host kernel, significantly reducing the surface area for kernel vulnerabilities and container escape attacks.
Adım Adım Çözüm
Anahtar Kavram
Container System Call Filtering via Seccomp