small-packages/luci-app-cpu-status-mini/root/usr/share/rpcd/acl.d/luci-app-cpu-status.json
2026-05-27 23:25:57 +08:00

11 lines
154 B
JSON

{
"luci-app-cpu-status": {
"description": "Grant access to cpu-status procedures",
"read": {
"file": {
"/proc/stat": [ "read" ]
}
}
}
}