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,