Hacker News new | ask | show | jobs
by edg5000 1 hour ago
Bind mounts can work fine. Setting them up does require root though. Easiest would be if the harness offered to enable containment. Awkwardly, it would require root.
1 comments

In fact, it's possible to set up bind mounts without root on a modern Linux system, using a user namespace and a mount namespace.
podman is my favorite tool for this.