From df8927a073bb4739dbaa3f39aa832adb03ebecf3 Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Tue, 19 Dec 2023 02:05:29 +0000 Subject: [PATCH] doc: mention native addons are restricted in pm PR-URL: https://github.com/nodejs/node/pull/51185 Reviewed-By: Marco Ippolito Reviewed-By: Michael Dawson --- doc/api/permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/permissions.md b/doc/api/permissions.md index 119ec2e80a4b12..3e3767e6be50c4 100644 --- a/doc/api/permissions.md +++ b/doc/api/permissions.md @@ -482,7 +482,7 @@ flag. When starting Node.js with `--experimental-permission`, the ability to access the file system through the `fs` module, spawn processes, -use `node:worker_threads` and enable the runtime inspector +use `node:worker_threads`, native addons, and enable the runtime inspector will be restricted. ```console