Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #52165 > unrolled thread

Re: Reg secure python environment with web terminal emulator

Started by"Lakshmipathi.G" <lakshmipathi.g@gmail.com>
First post2013-08-08 09:44 +0530
Last post2013-08-08 09:44 +0530
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Reg secure python environment with web terminal emulator "Lakshmipathi.G" <lakshmipathi.g@gmail.com> - 2013-08-08 09:44 +0530

#52165 — Re: Reg secure python environment with web terminal emulator

From"Lakshmipathi.G" <lakshmipathi.g@gmail.com>
Date2013-08-08 09:44 +0530
SubjectRe: Reg secure python environment with web terminal emulator
Message-ID<mailman.336.1375935309.1251.python-list@python.org>
>         If you permit file I/O and anything that can spawn a process, it is
> possible to create a raw binary executable and trigger its execution.
> --

Yes,we permit file i/o with quota limits and spawning a process is
allowed upto a limit.
If I'm not wrong, we will be safe if user invokes  subprocess  or
os.system('sudo') calls
due to system constraints.

Could you please share more info about creating raw binary executable
and its potential
problem.

Thanks for your response.


-- 
----
Cheers,
Lakshmipathi.G
FOSS Programmer.
www.giis.co.in

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web