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:
parent
f6cbda00e7
commit
e792e055e1
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
"description": "Grant access to DHCP configuration",
|
||||
"read": {
|
||||
"ubus": {
|
||||
"luci-rpc": [ "getDHCPLeases", "getDUIDHints" ]
|
||||
"luci-rpc": [ "getDHCPLeases", "getDUIDHints", "getHostHints" ]
|
||||
},
|
||||
"uci": [ "dhcp" ]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue