@@ -1000,28 +1000,6 @@ added:
1000
1000
1001
1001
Enable experimental support for the network inspection with Chrome DevTools.
1002
1002
1003
- ### ` --permission `
1004
-
1005
- <!-- YAML
1006
- added: v20.0.0
1007
- changes:
1008
- - version: REPLACEME
1009
- pr-url: https://github.com/nodejs/node/pull/56201
1010
- description: Permission Model is now stable.
1011
- -->
1012
-
1013
- > Stability: 2.0 - Stable
1014
-
1015
- Enable the Permission Model for current process. When enabled, the
1016
- following permissions are restricted:
1017
-
1018
- * File System - manageable through
1019
- [ ` --allow-fs-read ` ] [ ] , [ ` --allow-fs-write ` ] [ ] flags
1020
- * Child Process - manageable through [ ` --allow-child-process ` ] [ ] flag
1021
- * Worker Threads - manageable through [ ` --allow-worker ` ] [ ] flag
1022
- * WASI - manageable through [ ` --allow-wasi ` ] [ ] flag
1023
- * Addons - manageable through [ ` --allow-addons ` ] [ ] flag
1024
-
1025
1003
### ` --experimental-require-module `
1026
1004
1027
1005
<!-- YAML
@@ -1806,6 +1784,28 @@ unless either the `--pending-deprecation` command-line flag, or the
1806
1784
are used to provide a kind of selective "early warning" mechanism that
1807
1785
developers may leverage to detect deprecated API usage.
1808
1786
1787
+ ### ` --permission `
1788
+
1789
+ <!-- YAML
1790
+ added: v20.0.0
1791
+ changes:
1792
+ - version: REPLACEME
1793
+ pr-url: https://github.com/nodejs/node/pull/56201
1794
+ description: Permission Model is now stable.
1795
+ -->
1796
+
1797
+ > Stability: 2.0 - Stable
1798
+
1799
+ Enable the Permission Model for current process. When enabled, the
1800
+ following permissions are restricted:
1801
+
1802
+ * File System - manageable through
1803
+ [ ` --allow-fs-read ` ] [ ] , [ ` --allow-fs-write ` ] [ ] flags
1804
+ * Child Process - manageable through [ ` --allow-child-process ` ] [ ] flag
1805
+ * Worker Threads - manageable through [ ` --allow-worker ` ] [ ] flag
1806
+ * WASI - manageable through [ ` --allow-wasi ` ] [ ] flag
1807
+ * Addons - manageable through [ ` --allow-addons ` ] [ ] flag
1808
+
1809
1809
### ` --preserve-symlinks `
1810
1810
1811
1811
<!-- YAML
0 commit comments