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

https://github.com/unitech/nurse-api

Interface for seccomp-nurse
https://github.com/unitech/nurse-api

Last synced: 9 months ago
JSON representation

Interface for seccomp-nurse

Awesome Lists containing this project

README

          

# Nurse API

![Nurse API](http://desmond.imageshack.us/Himg337/scaled.php?server=337&filename=nurseapicompileyourcode.png&res=medium)

Nurse API is a sandboxing solution.

## Bridge API

The API bridge uses Node.js, Express.

To lauch the api :

node app.js

To access to the documentation go to http://localhost:3005/

### Unit testing

node test/api-test.js

## seccomp-nurse

Seccomp nurse is an Advanced Sandboxing Solution. It uses the Unix syscall **Seccomp** to jail entirely a process.

# Todo

- Handle compiled language (need to generate different out file)
- Better Doc
- Integrate seccomp-nurse