|
|
|
|
|
by ptx
19 days ago
|
|
Does Docker use user namespaces by default? Otherwise root in the container is actually root on the host, from what I read. Correct me if I'm wrong. (Privileges are still limited by seccomp filters blocking some syscalls, and there's SELinux to block some other stuff, but it's still the actual root user without user namespaces, I think?) |
|
Confinement still leverages dropping some root caps, seccomp, various other namespaces, etc.