Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0ce37ed

Browse filesBrowse files
authored
doc: move permission model to Active Development
PR-URL: #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>
1 parent 3c43021 commit 0ce37ed
Copy full SHA for 0ce37ed

File tree

Expand file treeCollapse file tree

2 files changed

+6
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-6
lines changed
Open diff view settings
Collapse file

‎doc/api/cli.md‎

Copy file name to clipboardExpand all lines: doc/api/cli.md
+5-5Lines changed: 5 additions & 5 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ If this flag is passed, the behavior can still be set to not abort through
109109
added: v20.0.0
110110
-->
111111

112-
> Stability: 1 - Experimental
112+
> Stability: 1.1 - Active development
113113
114114
When using the [Permission Model][], the process will not be able to spawn any
115115
child process by default.
@@ -154,7 +154,7 @@ changes:
154154
description: Paths delimited by comma (`,`) are no longer allowed.
155155
-->
156156

157-
> Stability: 1 - Experimental
157+
> Stability: 1.1 - Active development
158158
159159
This flag configures file system read permissions using
160160
the [Permission Model][].
@@ -208,7 +208,7 @@ changes:
208208
description: Paths delimited by comma (`,`) are no longer allowed.
209209
-->
210210

211-
> Stability: 1 - Experimental
211+
> Stability: 1.1 - Active development
212212
213213
This flag configures file system write permissions using
214214
the [Permission Model][].
@@ -232,7 +232,7 @@ Relative paths are NOT supported through the CLI flag.
232232
added: v20.0.0
233233
-->
234234

235-
> Stability: 1 - Experimental
235+
> Stability: 1.1 - Active development
236236
237237
When using the [Permission Model][], the process will not be able to create any
238238
worker threads by default.
@@ -675,7 +675,7 @@ Enable experimental support for the `https:` protocol in `import` specifiers.
675675
added: v20.0.0
676676
-->
677677

678-
> Stability: 1 - Experimental
678+
> Stability: 1.1 - Active development
679679
680680
Enable the Permission Model for current process. When enabled, the
681681
following permissions are restricted:
Collapse file

‎doc/api/permissions.md‎

Copy file name to clipboardExpand all lines: doc/api/permissions.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ Additionally, import maps only work on `import` so it may be desirable to add a
468468

469469
<!-- type=misc -->
470470

471-
> Stability: 1 - Experimental
471+
> Stability: 1.1 - Active development
472472
473473
<!-- name=permission-model -->
474474

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.