dnsmasq: sysupgrade hook to conditionally preserve dnsmasq.time
authorKevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Thu, 5 May 2016 11:25:53 +0000 (12:25 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 18 May 2016 20:17:33 +0000 (22:17 +0200)
commitd830cb08826dc593406d9003d061016061b6c3c4
tree3c9c4a7644af362bd519ec0f4136db6eb0f4e719
parent382779e009af7c1c688fbd98adf71fb19ce66254
dnsmasq: sysupgrade hook to conditionally preserve dnsmasq.time

conditionally save dnsmasq.time across sysupgrade
dnsmasq uses /etc/dnsmasq.time as record of the last known good
system time to aid its validation of dnssec timestamps.  dnsmasq
updates the timestamp on process start/stop once it considers the system
time as valid. The timestamp file should be preserved across system
upgrade but should not be included as part of normal configuration
backups to prevent restores corrupting the current timestamp.
package/network/services/dnsmasq/Makefile
package/network/services/dnsmasq/files/dnsmasqsec-add-conffiles.sh [new file with mode: 0644]