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
- Host: GitHub
- URL: https://github.com/unitech/nurse-api
- Owner: Unitech
- Created: 2011-11-01T23:48:08.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-01T23:54:49.000Z (about 14 years ago)
- Last Synced: 2025-02-10T05:23:48.113Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 262 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nurse API

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