luci-app-olsr-unauthenticated.json 465 B

1234567891011121314151617181920
  1. {
  2. "unauthenticated": {
  3. "description": "Grant read access",
  4. "read": {
  5. "ubus": {
  6. "uci": ["get"],
  7. "luci-rpc": ["*"],
  8. "network.interface": ["dump"],
  9. "network": ["get_proto_handlers"],
  10. "olsrd": ["olsrd_jsoninfo"],
  11. "olsrd6": ["olsrd_jsoninfo"],
  12. "olsrinfo": ["getjsondata", "hasipip", "hosts"],
  13. "file": ["read"],
  14. "iwinfo": ["assoclist"]
  15. },
  16. "uci": ["luci_olsr", "olsrd", "olsrd6", "network", "network.interface"]
  17. }
  18. }
  19. }