Hacker News new | ask | show | jobs
by socalgal2 160 days ago
which other text editors implement sandboxing?
1 comments

emacs can but for some reason by default only does it with themes
Not really, because it only works for Elisp code, and nothing else that might be called as external process.
Oh I see what you're saying; right, if elisp launches a process it's just a normal process (unless the elisp itself containerizes it when it launches it)