Hi, I'm building a system which will run user defined functions written in Julia with the C API. In order to do this safely in a production environment we need a way of sandboxing Julia so that the user cannot execute system calls, uninstall/install julia libraries, etc.. Is there currently a way to provide these types of safeties in a Julia environment, if not has anyone thought about how to go about implementing such a thing?
Cheers, Steve
