11 lines
171 B
JSON
11 lines
171 B
JSON
{
|
|
"allow-full-uci-access": {
|
|
"description": "Allow full UCI access for legacy applications",
|
|
"read": {
|
|
"uci": [ "*" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "*" ]
|
|
}
|
|
}
|
|
}
|