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 481f697 commit f5b036cCopy full SHA for f5b036c
doc/api/permissions.md
@@ -254,7 +254,8 @@ scope or any other Permission Model scope.
254
255
A sandboxed process running under `--permission` with no additional
256
grants can call `process._debugProcess(pid)` to force another Node.js
257
-process to open its V8 Inspector, regardless of whether that target
+process to open its V8 Inspector (if the process was initialized without `--permission`)
258
+regardless of whether that target
259
process has any permission restrictions.
260
261
This is consistent with the Node.js threat model: Node.js trusts the
0 commit comments