Advertisement
Guest User

Untitled

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