Back to Jan

Reference

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

0.7.92.7 KB
Original Source

Default Permission

Default permissions for the MLX plugin

This default permission set includes the following:

  • allow-cleanup-mlx-processes
  • allow-load-mlx-model
  • allow-unload-mlx-model
  • allow-is-mlx-process-running
  • allow-get-mlx-random-port
  • allow-find-mlx-session-by-model
  • allow-get-mlx-loaded-models
  • allow-get-mlx-all-sessions

Permission Table

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

mlx:allow-cleanup-mlx-processes

</td> <td>

Enables the cleanup_mlx_processes command without any pre-configured scope.

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

mlx:deny-cleanup-mlx-processes

</td> <td>

Denies the cleanup_mlx_processes command without any pre-configured scope.

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

mlx:allow-find-mlx-session-by-model

</td> <td>

Enables the find_mlx_session_by_model command without any pre-configured scope.

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

mlx:deny-find-mlx-session-by-model

</td> <td>

Denies the find_mlx_session_by_model command without any pre-configured scope.

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

mlx:allow-get-mlx-all-sessions

</td> <td>

Enables the get_mlx_all_sessions command without any pre-configured scope.

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

mlx:deny-get-mlx-all-sessions

</td> <td>

Denies the get_mlx_all_sessions command without any pre-configured scope.

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

mlx:allow-get-mlx-loaded-models

</td> <td>

Enables the get_mlx_loaded_models command without any pre-configured scope.

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

mlx:deny-get-mlx-loaded-models

</td> <td>

Denies the get_mlx_loaded_models command without any pre-configured scope.

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

mlx:allow-get-mlx-random-port

</td> <td>

Enables the get_mlx_random_port command without any pre-configured scope.

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

mlx:deny-get-mlx-random-port

</td> <td>

Denies the get_mlx_random_port command without any pre-configured scope.

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

mlx:allow-is-mlx-process-running

</td> <td>

Enables the is_mlx_process_running command without any pre-configured scope.

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

mlx:deny-is-mlx-process-running

</td> <td>

Denies the is_mlx_process_running command without any pre-configured scope.

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

mlx:allow-load-mlx-model

</td> <td>

Enables the load_mlx_model command without any pre-configured scope.

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

mlx:deny-load-mlx-model

</td> <td>

Denies the load_mlx_model command without any pre-configured scope.

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

mlx:allow-unload-mlx-model

</td> <td>

Enables the unload_mlx_model command without any pre-configured scope.

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

mlx:deny-unload-mlx-model

</td> <td>

Denies the unload_mlx_model command without any pre-configured scope.

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