/p-sandbox

A ptrace based sandbox. (PoC)

Primary LanguageCGNU General Public License v3.0GPL-3.0

p-sandbox

A ptrace based sandbox. (PoC)


This is a small sandbox to limit the number of allowed syscalls for a process.

There is no configuration file, you must edit the source itself...

To compile :

$ make

To run :

$ ./sandbox /sandboxed/process

Author

-TOSH-