@@ -935,28 +935,6 @@ added:
935
935
936
936
Enable experimental support for the network inspection with Chrome DevTools.
937
937
938
- ### ` --permission `
939
-
940
- <!-- YAML
941
- added: v20.0.0
942
- changes:
943
- - version: REPLACEME
944
- pr-url: https://github.com/nodejs/node/pull/56201
945
- description: Permission Model is now stable.
946
- -->
947
-
948
- > Stability: 2.0 - Stable
949
-
950
- Enable the Permission Model for current process. When enabled, the
951
- following permissions are restricted:
952
-
953
- * File System - manageable through
954
- [ ` --allow-fs-read ` ] [ ] , [ ` --allow-fs-write ` ] [ ] flags
955
- * Child Process - manageable through [ ` --allow-child-process ` ] [ ] flag
956
- * Worker Threads - manageable through [ ` --allow-worker ` ] [ ] flag
957
- * WASI - manageable through [ ` --allow-wasi ` ] [ ] flag
958
- * Addons - manageable through [ ` --allow-addons ` ] [ ] flag
959
-
960
938
### ` --experimental-print-required-tla `
961
939
962
940
<!-- YAML
@@ -1787,6 +1765,28 @@ unless either the `--pending-deprecation` command-line flag, or the
1787
1765
are used to provide a kind of selective "early warning" mechanism that
1788
1766
developers may leverage to detect deprecated API usage.
1789
1767
1768
+ ### ` --permission `
1769
+
1770
+ <!-- YAML
1771
+ added: v20.0.0
1772
+ changes:
1773
+ - version: REPLACEME
1774
+ pr-url: https://github.com/nodejs/node/pull/56201
1775
+ description: Permission Model is now stable.
1776
+ -->
1777
+
1778
+ > Stability: 2.0 - Stable
1779
+
1780
+ Enable the Permission Model for current process. When enabled, the
1781
+ following permissions are restricted:
1782
+
1783
+ * File System - manageable through
1784
+ [ ` --allow-fs-read ` ] [ ] , [ ` --allow-fs-write ` ] [ ] flags
1785
+ * Child Process - manageable through [ ` --allow-child-process ` ] [ ] flag
1786
+ * Worker Threads - manageable through [ ` --allow-worker ` ] [ ] flag
1787
+ * WASI - manageable through [ ` --allow-wasi ` ] [ ] flag
1788
+ * Addons - manageable through [ ` --allow-addons ` ] [ ] flag
1789
+
1790
1790
### ` --preserve-symlinks `
1791
1791
1792
1792
<!-- YAML
@@ -3031,6 +3031,7 @@ one is included in the list below.
3031
3031
* ` --experimental-json-modules `
3032
3032
* ` --experimental-loader `
3033
3033
* ` --experimental-modules `
3034
+ * ` --experimental-permission `
3034
3035
* ` --experimental-print-required-tla `
3035
3036
* ` --experimental-require-module `
3036
3037
* ` --experimental-shadow-realm `
0 commit comments