mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-29 21:01:42 +08:00
21 lines
466 B
JSON
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": ["*"]
|
|
}
|
|
}
|
|
}
|
|
} |