2008/6/30 Rainer Worbis <[EMAIL PROTECTED]>: > is there a way to restrict access to objects or namespaces within a script? > We use IronPython for providing scripting functionality within our .NET > Application but would like to restrict access to certain functions. Has > anybody information or a sample how to do that?
Proper sandboxing is a difficult problem. Take a look at the following post for a good overview. http://radix.twistedmatrix.com/2008/05/requirements-for-restricted-execution.html -- Seo Sanghyeon _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
