From 9a032cf6e20ba519ecafbd9a351ce0be2d094193 Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Wed, 24 Apr 2024 15:56:56 -0300 Subject: [PATCH] doc: remove relative limitation to pm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/52648 Reviewed-By: Vinícius Lourenço Claro Cardoso Reviewed-By: Michael Dawson Reviewed-By: Benjamin Gruenbaum Reviewed-By: Marco Ippolito Reviewed-By: Luigi Pinca Reviewed-By: Myles Borins Reviewed-By: Xuguang Mei Reviewed-By: Moshe Atlow Reviewed-By: Trivikram Kamat --- doc/api/permissions.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/api/permissions.md b/doc/api/permissions.md index 296d0263feef81..de6d84d45719a6 100644 --- a/doc/api/permissions.md +++ b/doc/api/permissions.md @@ -585,7 +585,6 @@ There are constraints you need to know before using this system: * When the permission model is enabled, Node.js may resolve some paths differently than when it is disabled. -* Relative paths are not supported through the CLI (`--allow-fs-*`). * Symbolic links will be followed even to locations outside of the set of paths that access has been granted to. Relative symbolic links may allow access to arbitrary files and directories. When starting applications with the