dnsmasq: add ubus acl to allow calls to hotplug.tftp object
[openwrt/staging/thess.git] / package / network / services / dnsmasq / files / dnsmasq_acl.json
1 {
2 "user": "dnsmasq",
3 "publish": [ "dnsmasq" ],
4 "access": {
5 "hotplug.dhcp": {
6 "methods": [ "call" ]
7 },
8 "hotplug.neigh": {
9 "methods": [ "call" ]
10 },
11 "hotplug.tftp": {
12 "methods": [ "call" ]
13 }
14 }
15 }