luci/applications/luci-app-nextdns/root/usr/share/rpcd/acl.d/luci-app-nextdns.json
Jo-Philipp Wich 237db822bd luci-app-nextdns: add uci ACL rules
Ref: https://github.com/openwrt/luci/pull/3921
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-16 10:18:27 +02:00

14 lines
224 B
JSON

{
"luci-app-nextdns": {
"description": "Grant logread access to LuCI app nextdns",
"read": {
"file": {
"/sbin/logread": [ "exec" ]
},
"uci": [ "nextdns" ]
},
"write": {
"uci": [ "nextdns" ]
}
}
}