Просмотр исходного кода

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 <[email protected]>
Daniel Golle 4 лет назад
Родитель
Сommit
0cbc6b16db
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      package/network/services/dnsmasq/files/dnsmasq_acl.json

+ 3 - 0
package/network/services/dnsmasq/files/dnsmasq_acl.json

@@ -7,6 +7,9 @@
 		},
 		"hotplug.neigh": {
 			"methods": [ "call" ]
+		},
+		"hotplug.tftp": {
+			"methods": [ "call" ]
 		}
 	}
 }