From 256db6e056c2d36405367acd22f4b8806cc601ef 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 75f717be487ae8..7267f6d91f3f7e 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