[pypy-svn] r63335 - pypy/extradoc/talk/pycon2009/pypy-sandbox

antocuni at codespeak.net antocuni at codespeak.net
Thu Mar 26 10:08:24 CET 2009


Author: antocuni
Date: Thu Mar 26 10:08:22 2009
New Revision: 63335

Modified:
   pypy/extradoc/talk/pycon2009/pypy-sandbox/sandbox.txt
Log:
typo, add an XXX


Modified: pypy/extradoc/talk/pycon2009/pypy-sandbox/sandbox.txt
==============================================================================
--- pypy/extradoc/talk/pycon2009/pypy-sandbox/sandbox.txt	(original)
+++ pypy/extradoc/talk/pycon2009/pypy-sandbox/sandbox.txt	Thu Mar 26 10:08:22 2009
@@ -46,7 +46,7 @@
 Problems
 ===========
 
-* Patchy approach - "we fix all places that moight be
+* Patchy approach - "we fix all places that might be
   potentially dangerous"
 
 * Tradeoffs - either usability suffer or security is
@@ -85,6 +85,9 @@
 * Sandbox doesn't have access directly to any
   APIs (only via file descriptor reading/writing)
 
+XXX: the sentence above is not clear: as it's written it seems you *can*
+read/write everything on the disk
+
 How to use it?
 ===============
 



More information about the Pypy-commit mailing list