From 29780bd6661c9aeb315c06d78881a867c8e708ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Mon, 15 May 2023 19:41:29 +0200 Subject: 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 Reviewed-By: Mestery Reviewed-By: Deokjin Kim Reviewed-By: Luigi Pinca --- doc/api/permissions.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') 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. -- cgit v1.2.1