luci-app-smartdns: fix acl for uci

fixes #4226

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2020-07-07 12:12:30 +02:00
parent 3a5ee5c0b6
commit 1b30e20eaa

View file

@ -10,12 +10,14 @@
}, },
"ubus": { "ubus": {
"service": [ "list" ] "service": [ "list" ]
} },
"uci": [ "smartdns" ]
}, },
"write": { "write": {
"file": { "file": {
"/etc/smartdns/*": [ "write" ] "/etc/smartdns/*": [ "write" ]
} },
"uci": [ "smartdns" ]
} }
} }
} }