Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.71 KB | None | 0 0
  1. {
  2.         "superuser": {
  3.                 "description": "Super user access role",
  4.                 "read": {
  5.                         "ubus": {
  6.                                 "*": [ "*" ]
  7.                         },
  8.                         "file": {
  9.                                 "*": [ "*" ]
  10.                         },
  11.                         "uci": [ "*" ]
  12.                 },
  13.                 "write": {
  14.                         "ubus": {
  15.                                 "*": [ "*" ]
  16.                         },
  17.                         "file": {
  18.                                 "*": [ "*" ]
  19.                         },                        
  20.                         "uci": [ "*" ]
  21.                 }
  22.         }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement