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>
This commit is contained in:
Paul Donald 2024-01-25 01:36:57 +01:00
parent f6cbda00e7
commit e792e055e1

View file

@ -39,7 +39,7 @@
"description": "Grant access to DHCP configuration",
"read": {
"ubus": {
"luci-rpc": [ "getDHCPLeases", "getDUIDHints" ]
"luci-rpc": [ "getDHCPLeases", "getDUIDHints", "getHostHints" ]
},
"uci": [ "dhcp" ]
},