[pypy-dev] Security ideas

Armin Rigo arigo at tunes.org
Wed May 24 13:47:28 CEST 2006


Hi all,

On Monday I was at an inspiring seminar about (a specific form of)
language-level security.  I've collected the PyPy-ification of these
ideas there:

http://codespeak.net/svn/pypy/dist/pypy/doc/discussion/security-ideas.txt

Although the focus is different, it makes me think that we could also
use similar ideas to implement a form of 'rexec' (restricted execution),
with functions compiled by secure() as in the draft above, but running
at a priviledge level which is lower than the default ambiant level
instead of higher.


A bientot,

Armin



More information about the Pypy-dev mailing list