You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
946 B
JSON
47 lines
946 B
JSON
1 year ago
|
{
|
||
|
"unauthenticated": {
|
||
|
"description": "Allow system feature probing",
|
||
|
"read": {
|
||
|
"ubus": {
|
||
|
"luci": [ "getFeatures" ]
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
|
||
|
"luci-base": {
|
||
|
"description": "Grant access to basic LuCI procedures",
|
||
|
"read": {
|
||
|
"file": {
|
||
|
"/": [ "list" ],
|
||
|
"/*": [ "list" ]
|
||
|
},
|
||
|
"ubus": {
|
||
|
"file": [ "list" ],
|
||
|
"uci": [ "changes", "get" ]
|
||
|
}
|
||
|
},
|
||
|
"write": {
|
||
|
"cgi-io": [ "upload" ],
|
||
|
"file": {
|
||
|
"/etc/luci-uploads/*": [ "write" ]
|
||
|
},
|
||
|
"ubus": {
|
||
|
"file": [ "remove" ],
|
||
|
"uci": [ "add", "apply", "confirm", "delete", "order", "rename", "set" ]
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
|
||
|
"luci-base-network-status": {
|
||
|
"description": "Grant access to network status information",
|
||
|
"read": {
|
||
|
"ubus": {
|
||
|
"luci-rpc": [ "getBoardJSON", "getHostHints", "getNetworkDevices", "getWirelessDevices" ],
|
||
|
"network": [ "get_proto_handlers" ],
|
||
|
"network.interface": [ "dump" ]
|
||
|
},
|
||
|
"uci": [ "luci", "network", "wireless" ]
|
||
|
}
|
||
|
}
|
||
|
}
|