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:
parent
df892cc167
commit
237db822bd
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,11 @@
|
||||||
"read": {
|
"read": {
|
||||||
"file": {
|
"file": {
|
||||||
"/sbin/logread": [ "exec" ]
|
"/sbin/logread": [ "exec" ]
|
||||||
}
|
},
|
||||||
|
"uci": [ "nextdns" ]
|
||||||
|
},
|
||||||
|
"write": {
|
||||||
|
"uci": [ "nextdns" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue