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

https://github.com/aep/confine

simple filesystem sandboxing via private namespace mounts
https://github.com/aep/confine

Last synced: about 2 months ago
JSON representation

simple filesystem sandboxing via private namespace mounts

Awesome Lists containing this project

README

          

confine
----------

trivial sandbox, restricting where an application can write

not really secure. only good for preventing accidential side effects from things like buildscripts

for example:

$ cd ~/crap/buid/
$ confine /home/me/crap/build ./build.sh