From 309924f65d3cfa562a49fca8667f58fdea2759a6 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 Reviewed-By: James M Snell Reviewed-By: Ruben Bridgewater Reviewed-By: Rafael Gonzaga --- doc/api/permissions.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/doc/api/permissions.md b/doc/api/permissions.md index 6b975dc74425df..d72adbb324e146 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. @@ -26,12 +30,18 @@ If you find a potential security vulnerability, please refer to our ### Permission Model - + > Stability: 2 - Stable. - - The Node.js Permission Model is a mechanism for restricting access to specific resources during execution. The API exists behind a flag [`--permission`][] which when enabled,