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)Cevap
- Secure Computing Mode (seccomp) profilesCevap
- CHardware-level Type-1 hypervisor abstraction
- DPerimeter network firewall rules
Cevap
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.
Adım Adım Çözüm
Anahtar Kavram
Linux kernel mechanisms for container resource governance and system call filtering