← Back to context

Comment by socalgal2

4 days ago

which other text editors implement sandboxing?

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)