[feat] basic system info with tauri plugin
This commit is contained in:
@@ -5669,6 +5669,261 @@
|
||||
"type": "string",
|
||||
"const": "store:deny-values"
|
||||
},
|
||||
{
|
||||
"description": "This enables all permissions for system info plugin",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-all"
|
||||
},
|
||||
{
|
||||
"description": "Enables the all_sys_info command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-all-sys-info"
|
||||
},
|
||||
{
|
||||
"description": "Enables the batteries command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-batteries"
|
||||
},
|
||||
{
|
||||
"description": "Enables the components command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-components"
|
||||
},
|
||||
{
|
||||
"description": "Enables the cpu_count command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-cpu-count"
|
||||
},
|
||||
{
|
||||
"description": "Enables the cpu_info command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-cpu-info"
|
||||
},
|
||||
{
|
||||
"description": "Enables the cpus command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-cpus"
|
||||
},
|
||||
{
|
||||
"description": "Enables the disks command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-disks"
|
||||
},
|
||||
{
|
||||
"description": "Enables the execute command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-execute"
|
||||
},
|
||||
{
|
||||
"description": "Enables the hostname command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-hostname"
|
||||
},
|
||||
{
|
||||
"description": "Enables the kernel_version command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-kernel-version"
|
||||
},
|
||||
{
|
||||
"description": "Enables the memory_info command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-memory-info"
|
||||
},
|
||||
{
|
||||
"description": "Enables the name command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-name"
|
||||
},
|
||||
{
|
||||
"description": "Enables the networks command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-networks"
|
||||
},
|
||||
{
|
||||
"description": "Enables the os_version command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-os-version"
|
||||
},
|
||||
{
|
||||
"description": "Enables the ping command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-ping"
|
||||
},
|
||||
{
|
||||
"description": "Enables the processes command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-processes"
|
||||
},
|
||||
{
|
||||
"description": "Enables the refresh_all command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-refresh-all"
|
||||
},
|
||||
{
|
||||
"description": "Enables the refresh_cpu command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-refresh-cpu"
|
||||
},
|
||||
{
|
||||
"description": "Enables the refresh_memory command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-refresh-memory"
|
||||
},
|
||||
{
|
||||
"description": "Enables the refresh_processes command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-refresh-processes"
|
||||
},
|
||||
{
|
||||
"description": "Enables the static_info command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-static-info"
|
||||
},
|
||||
{
|
||||
"description": "Enables the total_memory command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-total-memory"
|
||||
},
|
||||
{
|
||||
"description": "Enables the total_swap command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-total-swap"
|
||||
},
|
||||
{
|
||||
"description": "Enables the used_memory command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-used-memory"
|
||||
},
|
||||
{
|
||||
"description": "Enables the used_swap command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:allow-used-swap"
|
||||
},
|
||||
{
|
||||
"description": "Denies the all_sys_info command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-all-sys-info"
|
||||
},
|
||||
{
|
||||
"description": "Denies the batteries command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-batteries"
|
||||
},
|
||||
{
|
||||
"description": "Denies the components command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-components"
|
||||
},
|
||||
{
|
||||
"description": "Denies the cpu_count command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-cpu-count"
|
||||
},
|
||||
{
|
||||
"description": "Denies the cpu_info command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-cpu-info"
|
||||
},
|
||||
{
|
||||
"description": "Denies the cpus command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-cpus"
|
||||
},
|
||||
{
|
||||
"description": "Denies the disks command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-disks"
|
||||
},
|
||||
{
|
||||
"description": "Denies the execute command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-execute"
|
||||
},
|
||||
{
|
||||
"description": "Denies the hostname command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-hostname"
|
||||
},
|
||||
{
|
||||
"description": "Denies the kernel_version command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-kernel-version"
|
||||
},
|
||||
{
|
||||
"description": "Denies the memory_info command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-memory-info"
|
||||
},
|
||||
{
|
||||
"description": "Denies the name command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-name"
|
||||
},
|
||||
{
|
||||
"description": "Denies the networks command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-networks"
|
||||
},
|
||||
{
|
||||
"description": "Denies the os_version command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-os-version"
|
||||
},
|
||||
{
|
||||
"description": "Denies the ping command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-ping"
|
||||
},
|
||||
{
|
||||
"description": "Denies the processes command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-processes"
|
||||
},
|
||||
{
|
||||
"description": "Denies the refresh_all command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-refresh-all"
|
||||
},
|
||||
{
|
||||
"description": "Denies the refresh_cpu command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-refresh-cpu"
|
||||
},
|
||||
{
|
||||
"description": "Denies the refresh_memory command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-refresh-memory"
|
||||
},
|
||||
{
|
||||
"description": "Denies the refresh_processes command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-refresh-processes"
|
||||
},
|
||||
{
|
||||
"description": "Denies the static_info command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-static-info"
|
||||
},
|
||||
{
|
||||
"description": "Denies the total_memory command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-total-memory"
|
||||
},
|
||||
{
|
||||
"description": "Denies the total_swap command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-total-swap"
|
||||
},
|
||||
{
|
||||
"description": "Denies the used_memory command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-used-memory"
|
||||
},
|
||||
{
|
||||
"description": "Denies the used_swap command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "system-info:deny-used-swap"
|
||||
},
|
||||
{
|
||||
"description": "Default permissions for tauri-plugin-valtio.",
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user