mirror of https://git.openwrt.org/project/luci.git
luci-mod-system: Fix broken JSON in ACL
Fixes #7126. Signed-off-by: Christian Svensson <blue@cmd.nu>
This commit is contained in:
parent
2ca8b9d0e1
commit
fbd98a3da6
|
@ -12,7 +12,7 @@
|
||||||
"write": {
|
"write": {
|
||||||
"ubus": {
|
"ubus": {
|
||||||
"luci": [ "setLocaltime", "setPassword" ],
|
"luci": [ "setLocaltime", "setPassword" ],
|
||||||
"rc": [ "init" ],
|
"rc": [ "init" ]
|
||||||
},
|
},
|
||||||
"uci": [ "luci", "system" ]
|
"uci": [ "luci", "system" ]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue