op-packages/luci-app-cpu-perf/root/usr/share/rpcd/acl.d/luci-app-cpu-perf.json
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

16 lines
276 B
JSON

{
"luci-app-cpu-perf": {
"description": "Grant access to cpu-perf procedures",
"read": {
"uci": [ "cpu-perf" ],
"ubus": {
"luci": [ "getInitList", "setInitAction" ],
"luci.cpu-perf": [ "getCpuPerf" ]
}
},
"write": {
"uci": [ "cpu-perf" ]
}
}
}