Back to Jan

Reference

src-tauri/plugins/tauri-plugin-hardware/permissions/autogenerated/reference.md

0.7.9834 B
Original Source

Default Permission

Default permissions for the hardware plugin

This default permission set includes the following:

  • allow-get-system-info
  • allow-get-system-usage

Permission Table

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

hardware:allow-get-system-info

</td> <td>

Enables the get_system_info command without any pre-configured scope.

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

hardware:deny-get-system-info

</td> <td>

Denies the get_system_info command without any pre-configured scope.

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

hardware:allow-get-system-usage

</td> <td>

Enables the get_system_usage command without any pre-configured scope.

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

hardware:deny-get-system-usage

</td> <td>

Denies the get_system_usage command without any pre-configured scope.

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