diff --git a/doc/api/cli.md b/doc/api/cli.md index 651e06f6910ebe..3387fb0981e30b 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2174,6 +2174,16 @@ following permissions are restricted: * WASI - manageable through [`--allow-wasi`][] flag * Addons - manageable through [`--allow-addons`][] flag +### `--permission-audit` + + + +Enable audit only for the permission model. When enabled, permission checks +are performed but access is not denied. Instead, a warning is emitted for +each permission violation via diagnostics channel. + ### `--preserve-symlinks`