Back to Char

Reference

plugins/fs2/permissions/autogenerated/reference.md

latest1.0 KB
Original Source

Default Permission

Default permissions for the fs2 plugin

This default permission set includes the following:

  • allow-read-text-file
  • allow-remove
  • allow-write-text-file

Permission Table

<table> <tr> <th>Identifier</th> <th>Description</th> </tr> <tr> <td>

fs2:allow-read-text-file

</td> <td>

Enables the read_text_file command without any pre-configured scope.

</td> </tr> <tr> <td>

fs2:deny-read-text-file

</td> <td>

Denies the read_text_file command without any pre-configured scope.

</td> </tr> <tr> <td>

fs2:allow-remove

</td> <td>

Enables the remove command without any pre-configured scope.

</td> </tr> <tr> <td>

fs2:deny-remove

</td> <td>

Denies the remove command without any pre-configured scope.

</td> </tr> <tr> <td>

fs2:allow-write-text-file

</td> <td>

Enables the write_text_file command without any pre-configured scope.

</td> </tr> <tr> <td>

fs2:deny-write-text-file

</td> <td>

Denies the write_text_file command without any pre-configured scope.

</td> </tr> </table>