diff options
author | Paul Donald <newtwen+github@gmail.com> | 2024-10-18 04:54:58 +0200 |
---|---|---|
committer | Paul Donald <newtwen+github@gmail.com> | 2024-10-18 05:00:04 +0200 |
commit | 82e5c888408a9728576f584088432289809fa293 (patch) | |
tree | e4174dc7207c1b41bc83654b4935ff3f7dbfaf75 /applications/luci-app-dcwapd/root/usr/share/rpcd/acl.d | |
parent | 5c6b08cf89f5dd4dd0bc0ee4d0c643a19a34c9b8 (diff) |
luci-app-dcwapd: Convert to JS
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 | 2 |
1 files changed, 2 insertions, 0 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 07a392a5d5..983c525be7 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 @@ -2,6 +2,8 @@ "luci-app-dcwapd": { "description": "Grant UCI access for luci-app-dcwapd", "read": { + "ubus": { + "luci-rpc": [ "getWirelessDevices" ], "uci": [ "dcwapd" ] }, "write": { |