Skip to content

Commit

Permalink
Add -R and -W next to --allow-* in security.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dandv authored Dec 15, 2024
1 parent 4f7a265 commit cb0e518
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions runtime/fundamentals/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,10 @@ By default, executing code can not read or write arbitrary files on the file
system. This includes listing the contents of directories, checking for the
existence of a given file, and opening or connecting to Unix sockets.

Access to read files is granted using the `--allow-read` flag, and access to
write files is granted using the `--allow-write` flag. These flags can be
specified with a list of paths to allow access to specific files or directories.
Access to read files is granted using the `--allow-read` (or `-R`) flag, and
access to write files is granted using the `--allow-write` (or `-W`) flag. These
flags can be specified with a list of paths to allow access to specific files or
directories.

Definition: `--allow-read[=<PATH>...]` or `-R[=<PATH>...]`

Expand Down

0 comments on commit cb0e518

Please sign in to comment.