File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -576,6 +576,10 @@ There are constraints you need to know before using this system:
576576* When creating symlinks the target (first argument) should have read and
577577 write access.
578578* 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.
579583
580584[ Import maps ] : https://url.spec.whatwg.org/#relative-url-with-fragment-string
581585[ Security Policy ] : https://github.com/nodejs/node/blob/main/SECURITY.md
You can’t perform that action at this time.
0 commit comments