Skip to content

Commit

Permalink
doc: move permission model to Active Development
Browse files Browse the repository at this point in the history
PR-URL: nodejs#50068
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
RafaelGSS authored and alexfernandez committed Nov 1, 2023
1 parent 1c3f7e9 commit 9dbd698
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions doc/api/cli.md
Expand Up @@ -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.
Expand Down Expand Up @@ -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][].
Expand Down Expand Up @@ -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][].
Expand All @@ -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.
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion doc/api/permissions.md
Expand Up @@ -468,7 +468,7 @@ Additionally, import maps only work on `import` so it may be desirable to add a

<!-- type=misc -->

> Stability: 1 - Experimental
> Stability: 1.1 - Active development
<!-- name=permission-model -->

Expand Down

0 comments on commit 9dbd698

Please sign in to comment.