doc: mention files read before env setup
PR-URL: https://github.com/nodejs/node/pull/50072 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This commit is contained in:
parent
0ce37ed8e9
commit
81e4d2ec2f
@ -576,6 +576,10 @@ There are constraints you need to know before using this system:
|
||||
* When creating symlinks the target (first argument) should have read and
|
||||
write access.
|
||||
* Permission changes are not retroactively applied to existing resources.
|
||||
* The Permission Model is initialized after the Node.js environment is set up.
|
||||
However, certain flags such as `--env-file` or `--openssl-config` are designed
|
||||
to read files before environment initialization. As a result, such flags are
|
||||
not subject to the rules of the Permission Model.
|
||||
|
||||
[Import maps]: https://url.spec.whatwg.org/#relative-url-with-fragment-string
|
||||
[Security Policy]: https://github.com/nodejs/node/blob/main/SECURITY.md
|
||||
|
Loading…
x
Reference in New Issue
Block a user