diff options
author | Tobias Nießen <tniessen@tnie.de> | 2023-05-15 19:41:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 17:41:29 +0000 |
commit | 29780bd6661c9aeb315c06d78881a867c8e708ef (patch) | |
tree | 1140f98df3e04a16a9792ebf81e903661c7f3096 | |
parent | 5b4c7bd78f4c6d76e5b2e8351f27a6c780540f9e (diff) | |
download | node-new-29780bd6661c9aeb315c06d78881a867c8e708ef.tar.gz |
doc: add heading for permission model limitations
These limitations are not specific to the file system, so they should
not be listed in the "File System Permissions" section.
PR-URL: https://github.com/nodejs/node/pull/47989
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
-rw-r--r-- | doc/api/permissions.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/permissions.md b/doc/api/permissions.md index cc899d418f..e29cbc7580 100644 --- a/doc/api/permissions.md +++ b/doc/api/permissions.md @@ -539,6 +539,8 @@ Wildcards are supported too: * `--allow-fs-read=/home/test*` will allow read access to everything that matches the wildcard. e.g: `/home/test/file1` or `/home/test2` +#### Limitations and known issues + There are constraints you need to know before using this system: * Native modules are restricted by default when using the Permission Model. |