dnsmasq: add ubus acl to allow calls to hotplug.tftp object
authorDaniel Golle <daniel@makrotopia.org>
Thu, 11 Nov 2021 14:24:26 +0000 (14:24 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 12 Nov 2021 15:02:58 +0000 (15:02 +0000)
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>
package/network/services/dnsmasq/files/dnsmasq_acl.json

index 47d7c2930291e261487dfd9ca999c18303221c0c..67c6c20483cb4fc1e18e0b12076be743b0b0ee9b 100644 (file)
@@ -7,6 +7,9 @@
                },
                "hotplug.neigh": {
                        "methods": [ "call" ]
+               },
+               "hotplug.tftp": {
+                       "methods": [ "call" ]
                }
        }
 }