From aed95c4cb8d5a55a795910a759d08e1393f8d967 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 1 Jan 2021 12:47:11 +0000 Subject: dnsmasq: switch to ubus-based hotplug call Use new ubus-based hotplug call in dhcp-script.sh As sysntpd now makes use of the new ubus-based hotplug calls, dnsmasq no longer needs to ship ACL to cover ntpd-hotplug. Signed-off-by: Daniel Golle --- .../network/services/dnsmasq/files/dnsmasqsec_hotplug_acl.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 package/network/services/dnsmasq/files/dnsmasqsec_hotplug_acl.json (limited to 'package/network/services/dnsmasq/files/dnsmasqsec_hotplug_acl.json') diff --git a/package/network/services/dnsmasq/files/dnsmasqsec_hotplug_acl.json b/package/network/services/dnsmasq/files/dnsmasqsec_hotplug_acl.json deleted file mode 100644 index 861ecbe034..0000000000 --- a/package/network/services/dnsmasq/files/dnsmasqsec_hotplug_acl.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "user": "ntp", - "access": { - "service": { - "methods": [ "signal" ] - } - } -} -- cgit v1.2.3