Description
A simple function would do the following:
SecurityUtils.setSecurityManager(null);
This would jeopardize all the security checks afterwards and let user do pretty much everything.
We should either sandbox the function execution or have deploy require ALL permissions.