mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
27 lines
671 B
JSON
27 lines
671 B
JSON
{
|
|
"luci-app-repeater": {
|
|
"description": "Grant access to wireless repeater configuration",
|
|
"read": {
|
|
"file": {
|
|
"/sbin/logread": [ "exec" ]
|
|
},
|
|
"ubus": {
|
|
"file": [ "exec" ],
|
|
"iwinfo": [ "freqlist", "info" ],
|
|
"luci-rpc": [ "getBoardJSON", "getHostHints", "getNetworkDevices", "getWirelessDevices" ],
|
|
"network": [ "get_proto_handlers" ],
|
|
"network.interface": [ "dump" ],
|
|
"network.wireless": [ "status" ]
|
|
},
|
|
"uci": [ "firewall", "luci", "network", "repeater", "wireless" ]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"file": [ "exec" ],
|
|
"iwinfo": [ "scan" ]
|
|
},
|
|
"uci": [ "firewall", "network", "repeater", "wireless" ]
|
|
}
|
|
}
|
|
}
|