nanos-unveil
Version:
OpenBSD-style unveil syscall to restrict filesystem view on a Nanos unikernel
20 lines (19 loc) • 430 B
JSON
{
"name": "nanos-unveil",
"version": "1.1.0",
"description": "OpenBSD-style unveil syscall to restrict filesystem view on a Nanos unikernel",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Nanos",
"unveil",
"OpenBSD"
],
"author": "NanoVMs (https://www.nanovms.com)",
"license": "MIT",
"dependencies": {
"ffi-napi": "latest"
}
}