What is the security risk of configuring `privileged: true` in a container's SecurityContext?
Privileged containers share almost all host capabilities and device access, rendering container isolation effectively nonexistent.
Why this answer
A privileged container disables all kernel namespace isolation and security confinement, granting the container full access to all devices and kernel capabilities of the host.