Hacker News new | ask | show | jobs
by Rufbdbskrufb473 1143 days ago
I could be wrong, but I believe they were using a modified chroot with some preload libraries to intercept missing kernel calls.
1 comments

IIRC it was `proot`, it's not a preload, but ptrace based.

preload based unprivileged chroot exists (libfakechroot), but doesn't work for static linked binaries.