Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95576 > unrolled thread
| Started by | Laura Creighton <lac@openend.se> |
|---|---|
| First post | 2015-08-23 05:57 +0200 |
| Last post | 2015-08-24 07:40 -0700 |
| Articles | 2 — 2 participants |
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.
Re: Sandboxing Python Laura Creighton <lac@openend.se> - 2015-08-23 05:57 +0200
Re: Sandboxing Python Ned Batchelder <ned@nedbatchelder.com> - 2015-08-24 07:40 -0700
| From | Laura Creighton <lac@openend.se> |
|---|---|
| Date | 2015-08-23 05:57 +0200 |
| Subject | Re: Sandboxing Python |
| Message-ID | <mailman.25.1440302288.17298.python-list@python.org> |
Ned Batchelder has researched this one quite a bit, see: see: http://nedbatchelder.com/blog/201206/eval_really_is_dangerous.html http://nedbatchelder.com/blog/201302/looking_for_python_3_builtins.html http://nedbatchelder.com/blog/201302/finding_python_3_builtins.html Laura
[toc] | [next] | [standalone]
| From | Ned Batchelder <ned@nedbatchelder.com> |
|---|---|
| Date | 2015-08-24 07:40 -0700 |
| Message-ID | <b8f05a64-eba6-41d2-887d-9ad08e0b5cc4@googlegroups.com> |
| In reply to | #95576 |
On Saturday, August 22, 2015 at 11:58:30 PM UTC-4, Laura Creighton wrote: > Ned Batchelder has researched this one quite a bit, see: > > see: http://nedbatchelder.com/blog/201206/eval_really_is_dangerous.html > http://nedbatchelder.com/blog/201302/looking_for_python_3_builtins.html > http://nedbatchelder.com/blog/201302/finding_python_3_builtins.html > > Laura When I saw the subject line, I was going to jump in, but it looks like maybe I don't have to! :) What we use at edX for sandboxing Python is isolation of processes at the OS level, with AppArmor. We've encapsulated it in a library called CodeJail: https://github.com/edx/codejail --Ned.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web