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 6c3e426 commit 39d9a61Copy full SHA for 39d9a61
doc/api/permissions.md
@@ -106,8 +106,8 @@ The valid arguments for both flags are:
106
107
* `*` - To allow all `FileSystemRead` or `FileSystemWrite` operations,
108
respectively.
109
-* Paths delimited by comma (`,`) to allow only matching `FileSystemRead` or
110
- `FileSystemWrite` operations, respectively.
+* Relative paths to the current working directory.
+* Absolute paths.
111
112
Example:
113
0 commit comments