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:
Mega Mind
2026-04-02 18:20:27 +05:30
committed by GitHub
parent 85f5ee58cf
commit 875d01f309
@@ -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 = []