| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e3f4ff4 commit d11ff4b
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -154,8 +154,9 @@ the [Permission Model][]. | |||
| 154 | 154 | ||
| 155 | 155 | The valid arguments for the `--allow-fs-read` flag are: | |
| 156 | 156 | ||
| 157 | - * `*` - To allow the `FileSystemRead` operations. | ||
| 158 | - * Paths delimited by comma (,) to manage `FileSystemRead` (reading) operations. | ||
| 157 | + * `*` - To allow all `FileSystemRead` operations. | ||
| 158 | + * Paths delimited by comma (`,`) to allow only matching `FileSystemRead` | ||
| 159 | + operations. | ||
| 159 | 160 | ||
| 160 | 161 | Examples can be found in the [File System Permissions][] documentation. | |
| 161 | 162 | ||
@@ -200,8 +201,9 @@ the [Permission Model][]. | |||
| 200 | 201 | ||
| 201 | 202 | The valid arguments for the `--allow-fs-write` flag are: | |
| 202 | 203 | ||
| 203 | - * `*` - To allow the `FileSystemWrite` operations. | ||
| 204 | - * Paths delimited by comma (,) to manage `FileSystemWrite` (writing) operations. | ||
| 204 | + * `*` - To allow all `FileSystemWrite` operations. | ||
| 205 | + * Paths delimited by comma (`,`) to allow only matching `FileSystemWrite` | ||
| 206 | + operations. | ||
| 205 | 207 | ||
| 206 | 208 | Examples can be found in the [File System Permissions][] documentation. | |
| 207 | 209 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -520,8 +520,10 @@ Hello world! | |||
| 520 | 520 | ||
| 521 | 521 | The valid arguments for both flags are: | |
| 522 | 522 | ||
| 523 | - * `*` - To allow the all operations to given scope (read/write). | ||
| 524 | - * Paths delimited by comma (,) to manage reading/writing operations. | ||
| 523 | + * `*` - To allow all `FileSystemRead` or `FileSystemWrite` operations, | ||
| 524 | + respectively. | ||
| 525 | + * Paths delimited by comma (`,`) to allow only matching `FileSystemRead` or | ||
| 526 | + `FileSystemWrite` operations, respectively. | ||
| 525 | 527 | ||
| 526 | 528 | Example: | |
| 527 | 529 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments