File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Expand file tree Collapse file tree 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:
5050* Single executable application
5151* CI/CD pipeline components
5252
53- ### Support experimentation on features like permissions and policies
53+ ### Support experimentation on features like permissions
5454
5555The project is not currently planning to provide supported
5656sandbox functionality, but wants to support experimentation on
57- related features like policies and permission enforcement.
57+ related features like permission enforcement.
5858
5959Features in this category should:
6060
6161* be opt-in, and additional overhead when not enabled must be low
6262* 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