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