Most, I think Debian has patch to be disabled at runtime via sysctl. The reason is that most containers or sandboxing techniques are root only unless you mix it with user namescapes. So most container or sandbox software use suid(firejail) , root daemon(docker) or user namescapes (podman and flatpak). Looking at the cves, user namespaces is probably the safer option
marcthe12|2 years ago
galangalalgol|2 years ago
waynesonfire|2 years ago
failsecure|2 years ago
touisteur|2 years ago
Edit: should've read better, this seems to need CLONE_NEWUSER.
jwilk|2 years ago