Skip to content
/ BoxFort Public

Convenient & cross-platform sandboxing C library

License

Notifications You must be signed in to change notification settings

Snaipe/BoxFort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1018a44 · May 2, 2024
Sep 5, 2016
Sep 15, 2019
Feb 1, 2022
May 2, 2024
May 2, 2024
Nov 29, 2021
May 2, 2024
Sep 15, 2019
Sep 5, 2016
Jul 2, 2016
Dec 29, 2019
May 2, 2024
Jan 10, 2020

Repository files navigation

BoxFort

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

Packages

No packages published