File tree 1 file changed +2
-17
lines changed
1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -50,28 +50,13 @@ models are defined. The initial list includes:
50
50
* Single executable application
51
51
* CI/CD pipeline components
52
52
53
- ### Support experimentation on features like permissions and policies
53
+ ### Support experimentation on features like permissions
54
54
55
55
The project is not currently planning to provide supported
56
56
sandbox functionality, but wants to support experimentation on
57
- related features like policies and permission enforcement.
57
+ related features like permission enforcement.
58
58
59
59
Features in this category should:
60
60
61
61
* be opt-in, and additional overhead when not enabled must be low
62
62
* limit change in core to just what is needed to enable experimentation
63
-
64
- ## Current implementation and assets
65
-
66
- Node.js has an experimental implementation of
67
- [ policies] ( https://nodejs.org/docs/latest/api/policy.html#policies ) .
68
-
69
- The core implementation is in:
70
-
71
- * [ ` lib/internal/process/policy.js ` ] ( https://github.com/nodejs/node/blob/HEAD/lib/internal/process/policy.js )
72
- * [ ` lib/internal/policy ` ] ( https://github.com/nodejs/node/blob/HEAD/lib/internal/policy )
73
-
74
- along with integration into the CJS and ESM loaders in:
75
-
76
- * [ ` lib/internal/modules/esm ` ] ( https://github.com/nodejs/node/blob/HEAD/lib/internal/modules/esm )
77
- * [ ` lib/internal/modules/cjs ` ] ( https://github.com/nodejs/node/blob/HEAD/lib/internal/modules/cjs )
You can’t perform that action at this time.
0 commit comments