Skip to content

Commit 61501ec

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

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
@@ -260,7 +260,7 @@ Cross-process signaling is an operating-system-level capability; restricting it
260260
the operator (for example, using OS-level process isolation, separate OS users per process, or
261261
seccomp/AppArmor profiles on Linux).
262262

263-
Developers relying on --permission to sandbox untrusted code should be aware that:
263+
Developers relying on [`--permission`][] to sandbox untrusted code should be aware that:
264264

265265
* `process._debugProcess()` is callable from any sandboxed process with no grants.
266266
* If a target Node.js process is running on the same host under the same OS user, it can be forced to

0 commit comments

Comments
 (0)