We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd9ce2 commit 5950016Copy full SHA for 5950016
doc/api/permissions.md
@@ -262,7 +262,7 @@ seccomp/AppArmor profiles on Linux).
262
263
Developers relying on --permission to sandbox untrusted code should be aware that:
264
265
-* process._debugProcess() is callable from any sandboxed process with no grants.
+* `process._debugProcess()` is callable from any sandboxed process with no grants.
266
* If a target Node.js process is running on the same host under the same OS user, it can be forced to
267
open its Inspector via this API.
268
* To prevent this, run sandboxed and target processes under different OS users, or use OS-level isolation
0 commit comments