A system administrator is configuring isolation controls on a host operating system running multiple production application containers. Which of the following security mechanisms directly restrict containerized processes from escalating privileges on the host kernel and limiting system calls? (Select TWO.)
- Configuring Secure Computing Mode (seccomp) profiles for container runtime environmentsAnswer
- Enabling user namespaces to map container root users to non-root host accountsAnswer
- CDeploying a Type 1 bare-metal hypervisor to manage execution partitions for each container process
- DRelying exclusively on enterprise perimeter firewalls to filter inter-container network traffic
Answer
The correct mechanisms are configuring Secure Computing Mode (seccomp) profiles and enabling user namespaces.
Seccomp restricts the syscall boundary exposed by the host kernel to containerized workloads, while user namespaces isolate administrative privileges by ensuring a container's root user does not map to root authority on the underlying host operating system.
Step-by-Step Solution
Key Concept
Container Host Isolation and Kernel Hardening Mechanisms