Skip to content

Commit 8291b5a

Browse files
Update doc/api/permissions.md
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
1 parent 61501ec commit 8291b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ to an external process — is not gated by the kInspector scope or any other Per
252252

253253
A sandboxed process running under [`--permission`][] with no additional grants can call `process._debugProcess(pid)`
254254
to force another Node.js process to open its V8 Inspector. The target process does not need to be running
255-
under --permission for this to work — any Node.js process running on the same host under the same OS user
255+
under [`--permission`][] for this to work — any Node.js process running on the same host under the same OS user
256256
can be signaled.
257257

258258
This is consistent with the Node.js threat model: Node.js trusts the OS environment in which it runs.

0 commit comments

Comments
 (0)