chroot
Version:
Safely chroot the current process and drop privileges
26 lines (25 loc) • 595 B
JSON
{
"name": "chroot",
"version": "1.0.11",
"author": {
"name": "Tim Kuijsten",
"email": "tim@netsend.nl",
"url": "https://github.com/timkuijsten"
},
"contributors": ["mozbugbox", "alessioalex"],
"license": "ISC",
"description": "Safely chroot the current process and drop privileges",
"keywords": [
"chroot",
"jail"
],
"main": "index.js",
"bugs": "https://github.com/timkuijsten/node-chroot/issues",
"dependencies": {
"posix": ">=1.0.x <=4.x"
},
"repository": {
"type": "git",
"url": "git://github.com/timkuijsten/node-chroot.git"
}
}