diff options
author | Paul Donald <newtwen+github@gmail.com> | 2024-10-22 14:00:37 +0200 |
---|---|---|
committer | Paul Donald <newtwen+github@gmail.com> | 2024-10-22 14:00:37 +0200 |
commit | 361bee37afac1df8eaad306d2bd6670dc79273a1 (patch) | |
tree | 8685e4f7da97dac4b8d3ccfa4c4b7d40918eb799 /applications/luci-app-dcwapd/root/usr/share/rpcd/acl.d | |
parent | dc44c7a68ee4522189ad86cd33824dc68c9600c4 (diff) |
luci-app-dcwapd: Fix menu JSON bug
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Diffstat (limited to 'applications/luci-app-dcwapd/root/usr/share/rpcd/acl.d')
-rw-r--r-- | applications/luci-app-dcwapd/root/usr/share/rpcd/acl.d/luci-app-dcwapd.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/applications/luci-app-dcwapd/root/usr/share/rpcd/acl.d/luci-app-dcwapd.json b/applications/luci-app-dcwapd/root/usr/share/rpcd/acl.d/luci-app-dcwapd.json index 983c525be7..9ee4c01ff3 100644 --- a/applications/luci-app-dcwapd/root/usr/share/rpcd/acl.d/luci-app-dcwapd.json +++ b/applications/luci-app-dcwapd/root/usr/share/rpcd/acl.d/luci-app-dcwapd.json @@ -3,7 +3,8 @@ "description": "Grant UCI access for luci-app-dcwapd", "read": { "ubus": { - "luci-rpc": [ "getWirelessDevices" ], + "luci-rpc": [ "getWirelessDevices" ] + }, "uci": [ "dcwapd" ] }, "write": { |