mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-12 18:00:55 +00:00
dnsmasq: add ubus acl to allow calls to hotplug.tftp object
dnsmasq may call hotplug.dhcp, hotplug.neigh and hotplug.tftp. Only the first two callees were listed in the ACL, so add missing hotplug.tftp. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
959a0308e5
commit
0cbc6b16db
@ -7,6 +7,9 @@
|
||||
},
|
||||
"hotplug.neigh": {
|
||||
"methods": [ "call" ]
|
||||
},
|
||||
"hotplug.tftp": {
|
||||
"methods": [ "call" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user