2018-05-09 13:20:50 +00:00
|
|
|
{
|
|
|
|
"uci-access": {
|
|
|
|
"description": "Grant uci write access to all configurations",
|
|
|
|
"read": {
|
|
|
|
"uci": [ "*" ]
|
|
|
|
},
|
|
|
|
"write": {
|
|
|
|
"uci": [ "*" ]
|
|
|
|
}
|
2019-07-12 16:27:38 +00:00
|
|
|
},
|
|
|
|
"luci-access": {
|
|
|
|
"description": "Grant access to basic LuCI procedures",
|
|
|
|
"read": {
|
|
|
|
"ubus": {
|
|
|
|
"iwinfo": [ "info" ],
|
|
|
|
"luci": [ "boardjson", "duid_hints", "host_hints", "ifaddrs", "initList", "getLocaltime", "leases", "leds", "netdevs", "offload_support", "usb" ],
|
|
|
|
"network.device": [ "status" ],
|
|
|
|
"network.interface": [ "dump" ],
|
|
|
|
"network.wireless": [ "status" ],
|
|
|
|
"uci": [ "changes", "get" ]
|
|
|
|
},
|
|
|
|
"uci": [ "*" ]
|
|
|
|
},
|
|
|
|
"write": {
|
|
|
|
"ubus": {
|
|
|
|
"luci": [ "initCall", "setLocaltime", "timezone" ],
|
|
|
|
"uci": [ "add", "apply", "confirm", "delete", "order", "set" ]
|
|
|
|
},
|
|
|
|
"uci": [ "*" ]
|
|
|
|
}
|
2018-05-09 13:20:50 +00:00
|
|
|
}
|
|
|
|
}
|