pyroniasys / libpyronia

Library for Pyronia function-granular privilege separation in language runtimes
Apache License 2.0
1 stars 1 forks source link

Add API for running child processes in a Pyronia sandbox #7

Open masomel opened 6 years ago

masomel commented 6 years ago

Many applications and their dependencies spawn child processes for additional functionality. To provide seamless access control across such an execution boundary, the child procoesses should run inside a Pyronia sandbox. Two types of subprocesses are supported: Python and native executables.

API to implement: