Skip to content

Commit f75c960

Browse files
authored
doc: remove comma delimiter mention on permissions doc
PR-URL: #58297 Fixes: #58287 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Edy Silva <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
1 parent b197355 commit f75c960

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/api/permissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ The valid arguments for both flags are:
108108

109109
* `*` - To allow all `FileSystemRead` or `FileSystemWrite` operations,
110110
respectively.
111-
* Paths delimited by comma (`,`) to allow only matching `FileSystemRead` or
112-
`FileSystemWrite` operations, respectively.
111+
* Relative paths to the current working directory.
112+
* Absolute paths.
113113

114114
Example:
115115

0 commit comments

Comments
 (0)