From 26c68df15edc9d2157a48f19abfbe30e66c9bd3d Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Mon, 27 May 2024 15:31:28 -0300 Subject: [PATCH] doc: mention pm is not enforced when using fd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/53125 Reviewed-By: Rich Trott Reviewed-By: Tierney Cyren Reviewed-By: Marco Ippolito Reviewed-By: Ulises Gascón --- doc/api/permissions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api/permissions.md b/doc/api/permissions.md index b849d98a54d54f..5012c34597685e 100644 --- a/doc/api/permissions.md +++ b/doc/api/permissions.md @@ -580,6 +580,8 @@ There are constraints you need to know before using this system: not subject to the rules of the Permission Model. * OpenSSL engines cannot be requested at runtime when the Permission Model is enabled, affecting the built-in crypto, https, and tls modules. +* Using existing file descriptors via the `node:fs` module bypasses the + Permission Model. #### Limitations and Known Issues