Skip to content

LibertineChroot: replace proot usage with bubblewrap

NotKit requested to merge personal/NotKit/bwrap into main

bubblewrap (https://github.com/containers/bubblewrap) can utilize user namespaces in kernel (which are enabled on devices running 20.04) to create unprivileged containers and avoids performance bottleneck of ptracing syscalls to emulate chroot.

Merge request reports