mirror of
https://github.com/openwrt/routing.git
synced 2025-04-25 05:06:13 +00:00
Compile tested: mips_24kc, arm_cortex-a9_vfpv3-d16, i386_pentium4, x86_64, i386_pentium-mmx, mipsel_24kc Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
28 lines
591 B
JSON
28 lines
591 B
JSON
{
|
|
"unauthenticated": {
|
|
"description": "Allow system feature probing",
|
|
"read": {
|
|
"file": {
|
|
"/www/luci-static/resources/view/olsrd2": [ "list" ]
|
|
},
|
|
"ubus": {
|
|
"status.olsrd2": [ "getVersion", "getLan", "getNode", "getNeighbors", "getAttached_network" ],
|
|
"file": [ "list" ]
|
|
|
|
}
|
|
}
|
|
},
|
|
"luci-app-olsrd2": {
|
|
"description": "Grant UCI access for luci-app-olsrd2",
|
|
"read": {
|
|
"uci": [ "olsrd2" ],
|
|
"ubus": {
|
|
"status.olsrd2": [ "getVersion", "getLan", "getNode", "getNeighbors", "getAttached_network" ]
|
|
}
|
|
},
|
|
"write": {
|
|
"uci": [ "olsrd2" ]
|
|
}
|
|
}
|
|
}
|