A security administrator is configuring host-level hardening for an application running in a Linux container environment. Which of the following security mechanisms directly restrict container resource usage and limit accessible host kernel system calls? (Select TWO.)
- Control groups (cgroups)Answer
- Secure Computing Mode (seccomp) profilesAnswer
- CHardware-level Type-1 hypervisor abstraction
- DPerimeter network firewall rules
Answer
Control groups (cgroups) and Secure Computing Mode (seccomp) profiles are the correct choices.
Control groups (cgroups) provide resource metering and limiting (CPU, memory, storage I/O) for containerized processes on the host. Secure Computing Mode (seccomp) restricts the system call interface exposed by the host kernel to the container, minimizing potential kernel exploitation vectors.
Step-by-Step Solution
Key Concept
Linux kernel mechanisms for container resource governance and system call filtering