[pypy-commit] pypy default: Add yet another warning here

arigo noreply at buildbot.pypy.org
Mon Jul 6 16:05:28 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r78460:ff894baa20f6
Date: 2015-07-06 16:05 +0200
http://bitbucket.org/pypy/pypy/changeset/ff894baa20f6/

Log:	Add yet another warning here

diff --git a/pypy/doc/sandbox.rst b/pypy/doc/sandbox.rst
--- a/pypy/doc/sandbox.rst
+++ b/pypy/doc/sandbox.rst
@@ -139,8 +139,6 @@
 Not all operations are supported; e.g. if you type os.readlink('...'),
 the controller crashes with an exception and the subprocess is killed.
 Other operations make the subprocess die directly with a "Fatal RPython
-error".  None of this is a security hole; it just means that if you try
-to run some random program, it risks getting killed depending on the
-Python built-in functions it tries to call.  This is a matter of the
-sandboxing layer being incomplete so far, but it should not really be
-a problem in practice.
+error".  None of this is a security hole.  More importantly, *most other
+built-in modules are not enabled.  Please read all the warnings in this
+page before complaining about this.  Contributions welcome.*


More information about the pypy-commit mailing list