From f78508cd30bce720c76381d65c1486481644a8d6 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 22 Jan 2025 21:02:09 +0100 Subject: [PATCH] doc: add history info for Permission Model PR-URL: https://github.com/nodejs/node/pull/56707 Backport-PR-URL: https://github.com/nodejs/node/pull/56724 Reviewed-By: James M Snell Reviewed-By: Ruben Bridgewater Reviewed-By: Rafael Gonzaga --- doc/api/permissions.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/api/permissions.md b/doc/api/permissions.md index cc8bde3320550a..80516643e890d4 100644 --- a/doc/api/permissions.md +++ b/doc/api/permissions.md @@ -1,5 +1,9 @@ # Permissions + + + + Permissions can be used to control what system resources the Node.js process has access to or what actions the process can take with those resources. Permissions can also control what modules can @@ -475,12 +479,12 @@ Additionally, import maps only work on `import` so it may be desirable to add a ### Permission Model - + > Stability: 1.1 - Active development - - The Node.js Permission Model is a mechanism for restricting access to specific resources during execution. The API exists behind a flag [`--experimental-permission`][] which when enabled,