Skip to content
/ BoxFort Public
forked from Snaipe/BoxFort

Convenient & cross-platform sandboxing C library

License

Notifications You must be signed in to change notification settings

fserra/BoxFort

 
 

Repository files navigation

BoxFort

Unix Build Status Windows Build Status License Version

A simple, cross-platform sandboxing C library powering Criterion.

Warning: This library is experimental. APIs may change without notice until Beta is hit. Use at your own risk.

BoxFort provides a simple API to run user code in isolated processes.

Although BoxFort provides some kind of security of the parent process from spawned sandboxes, a sandbox has by default the same system permissions and access than its parent, and is hence, without care, ill-fitted for security purposes.

The main goal of this project is not security, but portable code isolation -- if you want complete system isolation, consider using properly configured containers.

About

Convenient & cross-platform sandboxing C library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 81.0%
  • CMake 8.4%
  • Shell 4.8%
  • Assembly 3.8%
  • C++ 1.8%
  • Perl 0.2%