From 8792a4c3f0e2011f97771c660eb6084aab0b44be Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 12 Apr 2020 10:59:41 +0200 Subject: [PATCH] luci-app-upnp: fix uci read ACL Signed-off-by: Jo-Philipp Wich --- .../luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json b/applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json index b01ffb200..ffe409093 100644 --- a/applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json +++ b/applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json @@ -5,7 +5,8 @@ "ubus": { "luci.upnp": [ "get_status" ], "luci": [ "setInitAction" ] - } + }, + "uci": [ "upnpd" ] }, "write": { "ubus": { -- 2.25.1