doc: remove mentions of policy model from security info

PR-URL: https://github.com/nodejs/node/pull/53249
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Aviv Keller 2024-06-07 20:39:52 -04:00 committed by GitHub
parent 390740460e
commit d6921500cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,28 +50,13 @@ models are defined. The initial list includes:
* Single executable application
* CI/CD pipeline components
### Support experimentation on features like permissions and policies
### Support experimentation on features like permissions
The project is not currently planning to provide supported
sandbox functionality, but wants to support experimentation on
related features like policies and permission enforcement.
related features like permission enforcement.
Features in this category should:
* be opt-in, and additional overhead when not enabled must be low
* limit change in core to just what is needed to enable experimentation
## Current implementation and assets
Node.js has an experimental implementation of
[policies](https://nodejs.org/docs/latest/api/policy.html#policies).
The core implementation is in:
* [`lib/internal/process/policy.js`](https://github.com/nodejs/node/blob/HEAD/lib/internal/process/policy.js)
* [`lib/internal/policy`](https://github.com/nodejs/node/blob/HEAD/lib/internal/policy)
along with integration into the CJS and ESM loaders in:
* [`lib/internal/modules/esm`](https://github.com/nodejs/node/blob/HEAD/lib/internal/modules/esm)
* [`lib/internal/modules/cjs`](https://github.com/nodejs/node/blob/HEAD/lib/internal/modules/cjs)