diff options
author | Paul Donald <newtwen@gmail.com> | 2024-01-25 01:36:57 +0100 |
---|---|---|
committer | Paul Donald <newtwen@gmail.com> | 2024-01-25 01:37:14 +0100 |
commit | e792e055e133c08c321b7606e4effc19421f81ef (patch) | |
tree | abf4b56eeba031141a69c3d8ff197d143834e41b /modules/luci-mod-network/root/usr/share/rpcd/acl.d | |
parent | f6cbda00e77afc26c12da3c31e5f5444cee17422 (diff) |
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 <newtwen@gmail.com>
Diffstat (limited to 'modules/luci-mod-network/root/usr/share/rpcd/acl.d')
-rw-r--r-- | modules/luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" ] }, |