Skip to content

Commit

Permalink
doc: add heading for permission model limitations
Browse files Browse the repository at this point in the history
These limitations are not specific to the file system, so they should
not be listed in the "File System Permissions" section.

PR-URL: #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>
  • Loading branch information
tniessen authored May 15, 2023
1 parent 5b4c7bd commit 29780bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 29780bd

Please sign in to comment.