## Default Permission Default permissions for the plugin - `allow-ping` - `allow-create-file` - `allow-read-file` - `allow-write-file` - `allow-append-to-file` - `allow-delete-file` - `allow-create-dir` - `allow-list-dir` - `allow-delete-dir` - `allow-rename-dir` ## Permission Table
Identifier Description
`fs-ios:allow-append-to-file` Enables the append_to_file command without any pre-configured scope.
`fs-ios:deny-append-to-file` Denies the append_to_file command without any pre-configured scope.
`fs-ios:allow-createFile` Enables the createFile command without any pre-configured scope.
`fs-ios:deny-createFile` Denies the createFile command without any pre-configured scope.
`fs-ios:allow-create-dir` Enables the create_dir command without any pre-configured scope.
`fs-ios:deny-create-dir` Denies the create_dir command without any pre-configured scope.
`fs-ios:allow-create-file` Enables the create_file command without any pre-configured scope.
`fs-ios:deny-create-file` Denies the create_file command without any pre-configured scope.
`fs-ios:allow-delete-dir` Enables the delete_dir command without any pre-configured scope.
`fs-ios:deny-delete-dir` Denies the delete_dir command without any pre-configured scope.
`fs-ios:allow-delete-file` Enables the delete_file command without any pre-configured scope.
`fs-ios:deny-delete-file` Denies the delete_file command without any pre-configured scope.
`fs-ios:allow-list-dir` Enables the list_dir command without any pre-configured scope.
`fs-ios:deny-list-dir` Denies the list_dir command without any pre-configured scope.
`fs-ios:allow-ping` Enables the ping command without any pre-configured scope.
`fs-ios:deny-ping` Denies the ping command without any pre-configured scope.
`fs-ios:allow-read-file` Enables the read_file command without any pre-configured scope.
`fs-ios:deny-read-file` Denies the read_file command without any pre-configured scope.
`fs-ios:allow-rename-dir` Enables the rename_dir command without any pre-configured scope.
`fs-ios:deny-rename-dir` Denies the rename_dir command without any pre-configured scope.
`fs-ios:allow-write-file` Enables the write_file command without any pre-configured scope.
`fs-ios:deny-write-file` Denies the write_file command without any pre-configured scope.