Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: move permission model to Active Development #50068

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,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 @@ -151,7 +151,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 @@ -205,7 +205,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 @@ -229,7 +229,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 @@ -642,7 +642,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
Original file line number Diff line number Diff line change
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
Loading