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

20 lines
253 B
JSON

{
"luci-app-fancontrol": {
"description": "Fan General Control",
"read": {
"uci": [
"fancontrol"
],
"file": {
"/sys/devices/virtual/thermal/*/*": [
"read"
]
}
},
"write": {
"uci": [
"fancontrol"
]
}
}
}