luci-app-nextdns: add uci ACL rules

Ref: https://github.com/openwrt/luci/pull/3921
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2020-04-16 10:17:47 +02:00
parent df892cc167
commit 237db822bd

View file

@ -4,7 +4,11 @@
"read": {
"file": {
"/sbin/logread": [ "exec" ]
}
},
"uci": [ "nextdns" ]
},
"write": {
"uci": [ "nextdns" ]
}
}
}