mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
feat(permissions): add new service-related permissions to allow-core-process.toml (#272)
- Introduced permissions for service management, including installation, starting, stopping, status checking, and uninstallation, enhancing the application's capability to manage services directly.
This commit is contained in:
@@ -6,5 +6,10 @@ description = "Core RPC URL and sidecar restart"
|
||||
allow = [
|
||||
"core_rpc_url",
|
||||
"restart_core_process",
|
||||
"service_install_direct",
|
||||
"service_start_direct",
|
||||
"service_stop_direct",
|
||||
"service_status_direct",
|
||||
"service_uninstall_direct",
|
||||
]
|
||||
deny = []
|
||||
|
||||
Reference in New Issue
Block a user