On Oct 5, 2012, at 6:32 PM, Robin Krahl wrote:
> Hi all,
>
> I need to execute untrusted scripts in my Python application. To avoid
> security issues, I want to use a sandboxed environment. This means that the
> script authors have no access to the file system. They may only access
> objects,
On 05/10/2012 23:22, Robin Krahl wrote:
Hi all,
I need to execute untrusted scripts in my Python application. To avoid security issues, I want to
use a sandboxed environment. This means that the script authors have no access to the file system.
They may only access objects, modules and classes
On Sat, Oct 6, 2012 at 7:10 PM, Ramchandra Apte wrote:
> On Saturday, 6 October 2012 12:49:29 UTC+5:30, Chris Angelico wrote:
>> On Sat, Oct 6, 2012 at 8:22 AM, Robin Krahl wrote:
>> > What is the best way to "embed" a script engine in a sandboxed environment
>> > that has access to the Python
On Saturday, 6 October 2012 12:49:29 UTC+5:30, Chris Angelico wrote:
> On Sat, Oct 6, 2012 at 8:22 AM, Robin Krahl wrote:
>
> > Hi all,
>
> >
>
> > I need to execute untrusted scripts in my Python application. To avoid
> > security issues, I want to use a sandboxed environment. This means tha
On Saturday, 6 October 2012 04:00:08 UTC+5:30, Robin Krahl wrote:
> Hi all,
>
> I need to execute untrusted scripts in my Python application. To avoid
> security issues, I want to use a sandboxed environment. This means that the
> script authors have no access to the file system. They may only
On Sat, Oct 6, 2012 at 8:22 AM, Robin Krahl wrote:
> Hi all,
>
> I need to execute untrusted scripts in my Python application. To avoid
> security issues, I want to use a sandboxed environment. This means that the
> script authors have no access to the file system. They may only access
> object