From 0ce37ed8e9358814fc3bfc5a8dca73b4d7077242 Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Sun, 8 Oct 2023 18:45:10 -0300 Subject: [PATCH] doc: move permission model to Active Development MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/50068 Reviewed-By: Yagiz Nizipli Reviewed-By: Richard Lau Reviewed-By: Michaƫl Zasso Reviewed-By: Luigi Pinca --- doc/api/cli.md | 10 +++++----- doc/api/permissions.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index a2ea069322a901..a92ede78f8af23 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -109,7 +109,7 @@ If this flag is passed, the behavior can still be set to not abort through added: v20.0.0 --> -> Stability: 1 - Experimental +> Stability: 1.1 - Active development When using the [Permission Model][], the process will not be able to spawn any child process by default. @@ -154,7 +154,7 @@ changes: description: Paths delimited by comma (`,`) are no longer allowed. --> -> Stability: 1 - Experimental +> Stability: 1.1 - Active development This flag configures file system read permissions using the [Permission Model][]. @@ -208,7 +208,7 @@ changes: description: Paths delimited by comma (`,`) are no longer allowed. --> -> Stability: 1 - Experimental +> Stability: 1.1 - Active development This flag configures file system write permissions using the [Permission Model][]. @@ -232,7 +232,7 @@ Relative paths are NOT supported through the CLI flag. added: v20.0.0 --> -> Stability: 1 - Experimental +> Stability: 1.1 - Active development When using the [Permission Model][], the process will not be able to create any worker threads by default. @@ -675,7 +675,7 @@ Enable experimental support for the `https:` protocol in `import` specifiers. added: v20.0.0 --> -> Stability: 1 - Experimental +> Stability: 1.1 - Active development Enable the Permission Model for current process. When enabled, the following permissions are restricted: diff --git a/doc/api/permissions.md b/doc/api/permissions.md index e17bbb38e55cbc..f8796fe6f753c5 100644 --- a/doc/api/permissions.md +++ b/doc/api/permissions.md @@ -468,7 +468,7 @@ Additionally, import maps only work on `import` so it may be desirable to add a -> Stability: 1 - Experimental +> Stability: 1.1 - Active development