summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api/permissions.md2
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.