What do you think is the best way to implement a sandbox for Erlang emulator?<br>Actually I want to restrict access to the file system, network (and maybe something else) from the code running inside the emulator.<br>Is Erlhive a suitable tool for it?
<br>The only other way I see to do this is to run the emulator under the user with minimal privileges.<br>Any other ideas?<br><br>BR,<br>Kirill.<br>