Python, safe, sandbox [duplicate]

“Can’t be done.”

Running arbitrary (untrusted) scripts and staying safe is a contradiction. You should go as far as using custom kernels, jails, vms, the like.

You can look at how http://codepad.org/about does it, it’s a lot of work.

Leave a Comment