We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a9aef commit 3b9b010Copy full SHA for 3b9b010
doc/api/permissions.md
@@ -108,8 +108,8 @@ The valid arguments for both flags are:
108
109
* `*` - To allow all `FileSystemRead` or `FileSystemWrite` operations,
110
respectively.
111
-* Paths delimited by comma (`,`) to allow only matching `FileSystemRead` or
112
- `FileSystemWrite` operations, respectively.
+* Relative paths to the current working directory.
+* Absolute paths.
113
114
Example:
115
0 commit comments