bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#45198: 28.0.50; Sandbox mode


From: Mattias Engdegård
Subject: bug#45198: 28.0.50; Sandbox mode
Date: Sat, 17 Apr 2021 19:48:15 +0200

17 apr. 2021 kl. 18.10 skrev Philipp <p.stephani2@gmail.com>:

> (cl-defun start-sandbox (function &key readable-directories stdout-buffer) 
> ...)
> (defun wait-for-sandbox (sandbox) ...)
> 
> where start-sandbox returns an opaque sandbox object running FUNCTION that 
> wait-for-sandbox can wait for.  That should be generic enough that it's 
> extensible and implementable on several platforms, and doesn't lock us into 
> specific implementation choices.

That's probably a nice interface. A slightly more low-level mechanism is what I 
had in mind, a `make-process` variant that starts an Emacs subprocess with the 
required arguments to set up a sandbox and leaving it to the user to supply 
remaining arguments. But maybe we are really talking about more or less the 
same thing.


17 apr. 2021 kl. 18.58 skrev Stefan Monnier <monnier@iro.umontreal.ca>:

> My primary target is `elisp-flymake--batch-compile-for-flymake`.

Very reasonable. Or would you prefer having the sandboxing in flymake?






reply via email to

[Prev in Thread] Current Thread [Next in Thread]