mirror of
https://github.com/openwrt/luci.git
synced 2025-02-23 07:46:22 +00:00
12 lines
171 B
JSON
12 lines
171 B
JSON
{
|
|
"allow-full-uci-access": {
|
|
"description": "Allow full UCI access for legacy applications",
|
|
"read": {
|
|
"uci": [ "*" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "*" ]
|
|
}
|
|
}
|
|
}
|