|
|
|
|
|
by cyphar
15 days ago
|
|
Root is not just one thing on modern Linux, almost all in-kernel privilege checks are now gated via (slightly) more fine-grained capabilities and the default capability set for Docker containers disallows module loading (CAP_SYS_MODULE) and the relevant syscalls (namely (f)init_module) are also blocked with seccomp. People still should use user namespaces (and tools like Podman and Incus do by default) but basic stuff like that is not the reason. |
|