Linux Containers - LXC - Getting started
https://linuxcontainers.org/lxc/getting-startedCreating privileged containers¶ Privileged containers are containers created by root and running as root. Depending on the Linux distribution, they may be protected by some capability dropping, apparmor profiles, selinux context or seccomp policies but ultimately, the processes still run as root and so you should never give access to root inside a privileged container to an untrusted …