diff options
author | Paul Donald <newtwen+github@gmail.com> | 2024-10-08 00:54:23 +0200 |
---|---|---|
committer | Paul Donald <newtwen+github@gmail.com> | 2024-10-08 00:54:23 +0200 |
commit | 7d897991a0c1aeac1e9294fe630e84b4b59b2f45 (patch) | |
tree | e1e975c7727c0941b58c6eb4bb643ab73a983eed /applications/luci-app-qos/root/usr/share/rpcd | |
parent | 3aa60877ea4bc47b86c3ee11448db7503a20ae01 (diff) |
luci-app-qos: Convert to JS
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Diffstat (limited to 'applications/luci-app-qos/root/usr/share/rpcd')
-rw-r--r-- | applications/luci-app-qos/root/usr/share/rpcd/acl.d/luci-app-qos.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/applications/luci-app-qos/root/usr/share/rpcd/acl.d/luci-app-qos.json b/applications/luci-app-qos/root/usr/share/rpcd/acl.d/luci-app-qos.json index f37a98eeaf..4b82a311c9 100644 --- a/applications/luci-app-qos/root/usr/share/rpcd/acl.d/luci-app-qos.json +++ b/applications/luci-app-qos/root/usr/share/rpcd/acl.d/luci-app-qos.json @@ -2,7 +2,10 @@ "luci-app-qos": { "description": "Grant UCI access for luci-app-qos", "read": { - "uci": [ "qos" ] + "uci": [ "qos" ], + "ubus": { + "luci-rpc": [ "getHostHints" ] + } }, "write": { "uci": [ "qos" ] |