From d45ac4b708d0b75bf5ae3eb96b6cc50c6ef6663f Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 10 Dec 2024 14:39:44 -0300 Subject: [PATCH] fixup! fixup! src,lib: stabilize permission model --- doc/api/cli.md | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index d2b804cd0fbe00..f9ac7cd935acbd 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1000,28 +1000,6 @@ added: Enable experimental support for the network inspection with Chrome DevTools. -### `--permission` - - - -> Stability: 2.0 - Stable - -Enable the Permission Model for current process. When enabled, the -following permissions are restricted: - -* File System - manageable through - [`--allow-fs-read`][], [`--allow-fs-write`][] flags -* Child Process - manageable through [`--allow-child-process`][] flag -* Worker Threads - manageable through [`--allow-worker`][] flag -* WASI - manageable through [`--allow-wasi`][] flag -* Addons - manageable through [`--allow-addons`][] flag - ### `--experimental-require-module` + +> Stability: 2.0 - Stable + +Enable the Permission Model for current process. When enabled, the +following permissions are restricted: + +* File System - manageable through + [`--allow-fs-read`][], [`--allow-fs-write`][] flags +* Child Process - manageable through [`--allow-child-process`][] flag +* Worker Threads - manageable through [`--allow-worker`][] flag +* WASI - manageable through [`--allow-wasi`][] flag +* Addons - manageable through [`--allow-addons`][] flag + ### `--preserve-symlinks`