Skip to content

Commit cc7d1a7

Browse files
aduh95marco-ippolito
authored andcommitted
doc: add history info for Permission Model
PR-URL: #56707 Backport-PR-URL: #56724 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent d67900e commit cc7d1a7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

doc/api/permissions.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Permissions
22

3+
<!--introduced_in=v20.0.0-->
4+
5+
<!-- source_link=src/permission.cc -->
6+
37
Permissions can be used to control what system resources the
48
Node.js process has access to or what actions the process can take
59
with those resources. Permissions can also control what modules can
@@ -475,12 +479,12 @@ Additionally, import maps only work on `import` so it may be desirable to add a
475479

476480
### Permission Model
477481

478-
<!-- type=misc -->
482+
<!-- YAML
483+
added: v20.0.0
484+
-->
479485

480486
> Stability: 1.1 - Active development
481487
482-
<!-- name=permission-model -->
483-
484488
The Node.js Permission Model is a mechanism for restricting access to specific
485489
resources during execution.
486490
The API exists behind a flag [`--experimental-permission`][] which when enabled,

0 commit comments

Comments
 (0)