doc: mention pm is not enforced when using fd

PR-URL: https://github.com/nodejs/node/pull/53125
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Tierney Cyren <hello@bnb.im>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
This commit is contained in:
Rafael Gonzaga 2024-05-27 15:31:28 -03:00 committed by GitHub
parent 72a4470688
commit 897e39a149
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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