From e792e055e133c08c321b7606e4effc19421f81ef Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Thu, 25 Jan 2024 01:36:57 +0100 Subject: [PATCH] luci-mod-network: add getHostHints to luci-rpc permissions it would seem that this was forgotten somewhere along the way Signed-off-by: Paul Donald --- .../root/usr/share/rpcd/acl.d/luci-mod-network.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json b/modules/luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json index b377f395f0..6e9118ac1b 100644 --- a/modules/luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json +++ b/modules/luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json @@ -39,7 +39,7 @@ "description": "Grant access to DHCP configuration", "read": { "ubus": { - "luci-rpc": [ "getDHCPLeases", "getDUIDHints" ] + "luci-rpc": [ "getDHCPLeases", "getDUIDHints", "getHostHints" ] }, "uci": [ "dhcp" ] }, -- 2.30.2