diff options
Diffstat (limited to 'docs/getting_started/permissions.md')
-rw-r--r-- | docs/getting_started/permissions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started/permissions.md b/docs/getting_started/permissions.md index aba591100..0a8eda6bf 100644 --- a/docs/getting_started/permissions.md +++ b/docs/getting_started/permissions.md @@ -32,7 +32,7 @@ The following permissions are available: - **--allow-read=\<allow-read\>** Allow file system read access. You can specify an optional, comma-separated list of directories or files to provide an allow-list of allowed file system access. -- **--allow-run=\<allow-run\>**Allow running subprocesses. Since Deno 1.9, You +- **--allow-run=\<allow-run\>** Allow running subprocesses. Since Deno 1.9, You can specify an options, comma-separated list of subprocesses to provide an allow-list of allowed subprocesses. Be aware that subprocesses are not run in a sandbox and therefore do not have the same security restrictions as the deno |