Skip to content

Commit

Permalink
luci-mod-network: add getHostHints to luci-rpc permissions
Browse files Browse the repository at this point in the history
it would seem that this was forgotten somewhere along the way

Signed-off-by: Paul Donald <newtwen@gmail.com>
  • Loading branch information
systemcrash committed Jan 25, 2024
1 parent f6cbda0 commit e792e05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"description": "Grant access to DHCP configuration",
"read": {
"ubus": {
"luci-rpc": [ "getDHCPLeases", "getDUIDHints" ]
"luci-rpc": [ "getDHCPLeases", "getDUIDHints", "getHostHints" ]
},
"uci": [ "dhcp" ]
},
Expand Down

0 comments on commit e792e05

Please sign in to comment.