0
0
mirror of https://github.com/openwrt/routing.git synced 2025-04-25 05:06:13 +00:00
Files
routing/luci-app-olsrd2/root/usr/share/rpcd/acl.d/luci-app-olsrd2.json
Patrick Grimm d27be8dad9 luci-app-olsrd2: New Package for OLSR2 configuration and status visualisation'
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>
2023-01-23 14:25:30 +01:00

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" ]
}
}
}