| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,9 @@ | |||
| 1 | 1 | # Permissions | |
| 2 | 2 | ||
| 3 | + <!--introduced_in=v20.0.0--> | ||
| 4 | + | ||
| 5 | + <!-- source_link=src/permission.cc --> | ||
| 6 | + | ||
| 3 | 7 | Permissions can be used to control what system resources the | |
| 4 | 8 | Node.js process has access to or what actions the process can take | |
| 5 | 9 | with those resources. | |
@@ -26,12 +30,16 @@ If you find a potential security vulnerability, please refer to our | |||
| 26 | 30 | ||
| 27 | 31 | ### Permission Model | |
| 28 | 32 | ||
| 29 | - <!-- type=misc --> | ||
| 33 | + <!-- YAML | ||
| 34 | + added: v20.0.0 | ||
| 35 | + changes: | ||
| 36 | + - version: v22.13.0 | ||
| 37 | + pr-url: https://github.com/nodejs/node/pull/56201 | ||
| 38 | + description: This feature is no longer experimental. | ||
| 39 | + --> | ||
| 30 | 40 | ||
| 31 | 41 | > Stability: 2 - Stable. | |
| 32 | 42 | ||
| 33 | - <!-- name=permission-model --> | ||
| 34 | - | ||
| 35 | 43 | The Node.js Permission Model is a mechanism for restricting access to specific | |
| 36 | 44 | resources during execution. | |
| 37 | 45 | The API exists behind a flag [`--permission`][] which when enabled, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments