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 f5b036c commit 7700debCopy full SHA for 7700deb
1 file changed
doc/api/permissions.md
@@ -254,9 +254,9 @@ 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 (if the process was initialized without `--permission`)
258
-regardless of whether that target
259
-process has any permission restrictions.
+process to open its V8 Inspector. The target process does not need to be
+running under `--permission` for this to work — any Node.js process
+running on the same host under the same OS user can be signaled.
260
261
This is consistent with the Node.js threat model: Node.js trusts the
262
OS environment in which it runs. Cross-process signaling is an
0 commit comments