Age | Commit message (Collapse) | Author |
|
|
|
|
|
Use interpreter.py for running tests as well as interactive sessions.
Signals are now sent with "sandbox <user> kill", so terminator is not
needed anymore.
|
|
|
|
|
|
|
|
|
|
|
|
Switch to user "nobody" and set additional limits.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changed output when timeout occurs in Python
|
|
|
|
|
|
Creating, destroying and communicationg with the interpreter subprocess
is now handled by a thread attached to PythonSession. Interpreter is
sandboxed using libseccomp.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|