So I would like users to be able to do some custom client side scripting for an game I am making but I don’t want them to inadvertently download a malicious script. Is there any possible way to limit file IO in python without writing an evaluator to check each script? I guess what I am looking for is sandbox security.
Share
If what you’re looking for is some way to execute python in a sandbox, then you should refer to the following wiki.python.org links: