Skip to content

Commit 5950016

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

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
@@ -262,7 +262,7 @@ seccomp/AppArmor profiles on Linux).
262262

263263
Developers relying on --permission to sandbox untrusted code should be aware that:
264264

265-
* process._debugProcess() is callable from any sandboxed process with no grants.
265+
* `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
267267
open its Inspector via this API.
268268
* To prevent this, run sandboxed and target processes under different OS users, or use OS-level isolation

0 commit comments

Comments
 (0)