small-packages/luci-app-cpu-status/root/usr/share/rpcd/acl.d/luci-app-cpu-status.json
2026-05-10 09:48:30 +08:00

11 lines
154 B
JSON

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