luci-base: grant uci rename permissions
When doing an initial wireless configuration migration, LuCI needs to perform a series of rename calls which weren't allowed so far. Ref: https://forum.openwrt.org/t/config-migration-endless-loop/64340 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
068449bf15
commit
05f07e55b7
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
},
|
||||
"ubus": {
|
||||
"file": [ "remove" ],
|
||||
"uci": [ "add", "apply", "confirm", "delete", "order", "set" ]
|
||||
"uci": [ "add", "apply", "confirm", "delete", "order", "rename", "set" ]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue