From 3335c6a200a5b3e54e816216ebdf96699d463c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sat, 13 May 2023 19:38:18 +0200 Subject: [PATCH] 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. --- doc/api/permissions.md | 2 ++ 1 file changed, 2 insertions(+) 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.