Hacker News new | ask | show | jobs
by jbverschoor 459 days ago
Imo, (almost) every directory should be treated as a new sandbox
1 comments

Pretty much how Plan 9 works IIRC. I think Fuchsia might have a similar idea.
I made shell-container for myself which works fine for me (link below). I just run shell and I’m in a new/stateful container with only that for mounted. Works pretty well, but has some quirks here and there

https://github.com/jrz/container-shell

Not directory but maybe processes with namespaces. rfork controls that, and then you have bind.