Y
Hacker News
new
|
ask
|
show
|
jobs
by
socalgal2
160 days ago
which other text editors implement sandboxing?
1 comments
bandrami
160 days ago
emacs can but for some reason by default only does it with themes
link
pjmlp
160 days ago
Not really, because it only works for Elisp code, and nothing else that might be called as external process.
link
bandrami
160 days ago
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)
link