diff --git a/doc/api/permissions.md b/doc/api/permissions.md index cc899d418f3414..e29cbc7580e75d 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.