luci-app-nextdns: add uci ACL rules
authorJo-Philipp Wich <jo@mein.io>
Thu, 16 Apr 2020 08:17:47 +0000 (10:17 +0200)
committerJo-Philipp Wich <jo@mein.io>
Thu, 16 Apr 2020 08:18:27 +0000 (10:18 +0200)
Ref: https://github.com/openwrt/luci/pull/3921
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
applications/luci-app-nextdns/root/usr/share/rpcd/acl.d/luci-app-nextdns.json

index 2e7a64654aa97ac20540ac06a889fdfcecc6948a..f6425519a05b6f021218dec186178bfa67c834e6 100644 (file)
@@ -4,7 +4,11 @@
                "read": {
                        "file": {
                                "/sbin/logread": [ "exec" ]
-                       }
+                       },
+                       "uci": [ "nextdns" ]
+               },
+               "write": {
+                       "uci": [ "nextdns" ]
                }
        }
 }