Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/snaipe/boxfort

Convenient & cross-platform sandboxing C library
https://github.com/snaipe/boxfort

Last synced: 3 months ago
JSON representation

Convenient & cross-platform sandboxing C library

Awesome Lists containing this project

README

        

# BoxFort

[![Build Status](https://api.cirrus-ci.com/github/Snaipe/BoxFort.svg)](https://cirrus-ci.com/github/Snaipe/BoxFort)
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/diacritic/BoxFort/blob/master/LICENSE)
[![Version](https://img.shields.io/badge/version-experimental-orange.svg?style=flat)](https://github.com/diacritic/BoxFort/releases)

A simple, cross-platform sandboxing C library powering [Criterion][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.

[criterion]: https://github.com/Snaipe/Criterion