Changeset 391 for python/trunk/Doc/library/restricted.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/restricted.rst
r2 r391 32 32 directory, but never to write a file. In this case, the supervisor may redefine 33 33 the built-in :func:`open` function so that it raises an exception whenever the 34 *mode* parameter is ``'w'``. It might also perform a :c func:`chroot`\ -like34 *mode* parameter is ``'w'``. It might also perform a :c:func:`chroot`\ -like 35 35 operation on the *filename* parameter, such that root is always relative to some 36 36 safe "sandbox" area of the filesystem. In this case, the untrusted code would
Note:
See TracChangeset
for help on using the changeset viewer.