Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/snaipe/boxfort
- Owner: Snaipe
- License: mit
- Created: 2016-07-02T21:49:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T18:00:11.000Z (9 months ago)
- Last Synced: 2024-10-31T11:45:41.833Z (3 months ago)
- Language: C
- Size: 269 KB
- Stars: 43
- Watchers: 6
- Forks: 16
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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