Ref: https://github.com/openwrt/luci/issues/3917 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
11 lines
173 B
JSON
11 lines
173 B
JSON
{
|
|
"allow-full-uci-access": {
|
|
"description": "Allow full UCI access for legacy applications",
|
|
"read": {
|
|
"uci": [ "'*" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "'*" ]
|
|
}
|
|
}
|
|
}
|