Y
Hacker News
new
|
ask
|
show
|
jobs
by
jbverschoor
459 days ago
Imo, (almost) every directory should be treated as a new sandbox
1 comments
IshKebab
459 days ago
Pretty much how Plan 9 works IIRC. I think Fuchsia might have a similar idea.
link
jbverschoor
458 days ago
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
link
anthk
459 days ago
Not directory but maybe processes with namespaces. rfork controls that, and then you have bind.
link