"$schema" = "schemas/schema.json"
[default]
description = "Default permissions for the background service plugin"
permissions = [
"allow-start",
"allow-stop",
"allow-is-running",
"allow-get-service-state",
"allow-get-platform-capabilities",
"allow-enable-auto-restart",
"allow-disable-auto-restart",
"allow-get-desired-service-state",
"allow-validate-setup",
"allow-install-service",
"allow-uninstall-service",
"allow-start-os-service",
"allow-stop-os-service",
"allow-restart-os-service",
"allow-get-os-service-status",
]