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:
Jo-Philipp Wich 2020-06-02 17:09:50 +02:00
parent 068449bf15
commit 05f07e55b7

View file

@ -27,7 +27,7 @@
},
"ubus": {
"file": [ "remove" ],
"uci": [ "add", "apply", "confirm", "delete", "order", "set" ]
"uci": [ "add", "apply", "confirm", "delete", "order", "rename", "set" ]
}
}
},