mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
0cbc6b16db
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>
16 lines
217 B
JSON
16 lines
217 B
JSON
{
|
|
"user": "dnsmasq",
|
|
"publish": [ "dnsmasq" ],
|
|
"access": {
|
|
"hotplug.dhcp": {
|
|
"methods": [ "call" ]
|
|
},
|
|
"hotplug.neigh": {
|
|
"methods": [ "call" ]
|
|
},
|
|
"hotplug.tftp": {
|
|
"methods": [ "call" ]
|
|
}
|
|
}
|
|
}
|