You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
316 B

  1. {
  2. "attendedsysupgrade": {
  3. "description": "attended sysupgrade via rpcd",
  4. "read": {
  5. "ubus": {
  6. "attendedsysupgrade": [
  7. "sysupgrade"
  8. ],
  9. "system": [
  10. "board"
  11. ],
  12. "uci": [
  13. "get"
  14. ]
  15. },
  16. "uci": [
  17. "*"
  18. ]
  19. },
  20. "write": {
  21. "cgi-io": [
  22. "upload"
  23. ]
  24. }
  25. }
  26. }