pyroniasys / pyronia-cpython

Pyronia-aware implementation of CPython
Other
1 stars 1 forks source link

Spawn child processes in sandbox #7

Open masomel opened 6 years ago

masomel commented 6 years ago

Corresponds to https://github.com/masomel/libpyronia/issues/7

For additional protection and access control of child processes spawned by applications, the interpreter must ensure that the child process runs inside a Pyronia sandbox.

Steps: