diff options
Diffstat (limited to 'applications/luci-app-coovachilli/root/usr/share/rpcd')
-rw-r--r-- | applications/luci-app-coovachilli/root/usr/share/rpcd/acl.d/luci-app-coovachilli.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/applications/luci-app-coovachilli/root/usr/share/rpcd/acl.d/luci-app-coovachilli.json b/applications/luci-app-coovachilli/root/usr/share/rpcd/acl.d/luci-app-coovachilli.json index a3643b5311..e746e124f8 100644 --- a/applications/luci-app-coovachilli/root/usr/share/rpcd/acl.d/luci-app-coovachilli.json +++ b/applications/luci-app-coovachilli/root/usr/share/rpcd/acl.d/luci-app-coovachilli.json @@ -2,7 +2,10 @@ "luci-app-coovachilli": { "description": "Grant UCI access for luci-app-coovachilli", "read": { - "uci": [ "coovachilli" ] + "uci": [ "coovachilli" ], + "ubus": { + "luci-rpc": [ "getNetworkDevices" ] + } }, "write": { "uci": [ "coovachilli" ] |