Skip to content

Commit f5b036c

Browse files
Update doc/api/permissions.md
Co-authored-by: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent 481f697 commit f5b036c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/permissions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@ scope or any other Permission Model scope.
254254

255255
A sandboxed process running under `--permission` with no additional
256256
grants can call `process._debugProcess(pid)` to force another Node.js
257-
process to open its V8 Inspector, regardless of whether that target
257+
process to open its V8 Inspector (if the process was initialized without `--permission`)
258+
regardless of whether that target
258259
process has any permission restrictions.
259260

260261
This is consistent with the Node.js threat model: Node.js trusts the

0 commit comments

Comments
 (0)