2018-05-09 13:20:50 +00:00
|
|
|
{
|
2019-08-28 16:48:12 +00:00
|
|
|
"unauthenticated": {
|
|
|
|
"description": "Allow system feature probing",
|
|
|
|
"read": {
|
|
|
|
"ubus": {
|
|
|
|
"luci": [ "getFeatures" ]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
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" ],
|
2019-08-28 16:48:12 +00:00
|
|
|
"luci": [ "getBoardJSON", "getDUIDHints", "getHostHints", "getIfaddrs", "getInitList", "getLocaltime", "getTimezones", "getDHCPLeases", "getLEDs", "getNetworkDevices", "getUSBDevices" ],
|
2019-07-12 16:27:38 +00:00
|
|
|
"network.device": [ "status" ],
|
|
|
|
"network.interface": [ "dump" ],
|
|
|
|
"network.wireless": [ "status" ],
|
2019-08-28 16:48:12 +00:00
|
|
|
"network": [ "get_proto_handlers" ],
|
2019-07-12 16:27:38 +00:00
|
|
|
"uci": [ "changes", "get" ]
|
|
|
|
},
|
|
|
|
"uci": [ "*" ]
|
|
|
|
},
|
|
|
|
"write": {
|
|
|
|
"ubus": {
|
2019-08-28 16:48:12 +00:00
|
|
|
"luci": [ "setInitAction", "setLocaltime" ],
|
2019-07-12 16:27:38 +00:00
|
|
|
"uci": [ "add", "apply", "confirm", "delete", "order", "set" ]
|
|
|
|
},
|
|
|
|
"uci": [ "*" ]
|
|
|
|
}
|
2019-07-26 16:16:18 +00:00
|
|
|
},
|
|
|
|
"luci-app-firewall": {
|
|
|
|
"description": "Grant access to firewall procedures",
|
|
|
|
"read": {
|
|
|
|
"ubus": {
|
2019-08-28 16:48:12 +00:00
|
|
|
"luci": [ "getConntrackHelpers" ]
|
2019-07-26 16:16:18 +00:00
|
|
|
},
|
|
|
|
"uci": [ "firewall" ]
|
|
|
|
},
|
|
|
|
"write": {
|
|
|
|
"uci": [ "firewall" ]
|
|
|
|
}
|
2018-05-09 13:20:50 +00:00
|
|
|
}
|
|
|
|
}
|