We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce37ed commit 81e4d2eCopy full SHA for 81e4d2e
doc/api/permissions.md
@@ -576,6 +576,10 @@ There are constraints you need to know before using this system:
576
* When creating symlinks the target (first argument) should have read and
577
write access.
578
* Permission changes are not retroactively applied to existing resources.
579
+* The Permission Model is initialized after the Node.js environment is set up.
580
+ However, certain flags such as `--env-file` or `--openssl-config` are designed
581
+ to read files before environment initialization. As a result, such flags are
582
+ not subject to the rules of the Permission Model.
583
584
[Import maps]: https://url.spec.whatwg.org/#relative-url-with-fragment-string
585
[Security Policy]: https://github.com/nodejs/node/blob/main/SECURITY.md
0 commit comments