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
- Host: GitHub
- URL: https://github.com/aep/confine
- Owner: aep
- Created: 2012-12-06T00:07:54.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-18T17:21:17.000Z (about 13 years ago)
- Last Synced: 2026-02-09T00:36:01.103Z (4 months ago)
- Language: C
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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