From 9e381cfa890778f7241518dcfc0feca60d9a7d2e 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: [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. 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(+) 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.