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

21 lines
466 B
JSON

{
"luci-app-timecontrol": {
"description": "Grant UCI Internet time control for luci-app-timecontrol",
"read": {
"ubus": {
"file": ["exec", "list", "stat", "read"],
"uci": [ "*" ],
"timecontrol": ["*"]
}
},
"write": {
"ubus": {
"timecontrol": ["*"],
"file": ["write"],
"uci": ["*"]
}
}
}
}