Hacker News new | ask | show | jobs
by LtWorf 77 days ago
Why? Just open your entire editor/whatever inside a limited namespace and that's it no?
1 comments

> Why? Just open your entire editor/whatever inside a limited namespace and that's it no?

How will that prevent `npm run dev` or `uv run python` from accessing files outside your current directory?

Do you know what linux namespaces are?
I do. It wasn't obvious that that's what you were referring to. If you use it regularly then that's great.