Skip to content
Snippets Groups Projects
Commit 3a94c2ca authored by Nick Hainke's avatar Nick Hainke Committed by Daniel Golle
Browse files

dnsmasq: add /tmp/hosts/ to jail_mount


Programs like the olsr-name-plugin write hostname files to "/tmp/hosts/".
If you don't add this to the jail_mount, dnsmasq can't read it anymore.

Signed-off-by: default avatarNick Hainke <vincent@systemli.org>
parent 7270d768
No related branches found
No related tags found
No related merge requests found
......@@ -1119,7 +1119,7 @@ dnsmasq_start()
procd_set_param respawn
procd_add_jail dnsmasq ubus log
procd_add_jail_mount $CONFIGFILE $TRUSTANCHORSFILE $HOSTFILE $RFC6761FILE $DHCPBOGUSHOSTNAMEFILE /etc/passwd /etc/group /etc/TZ /dev/null /dev/urandom $dnsmasqconffile $dnsmasqconfdir $resolvdir $user_dhcpscript /etc/hosts /etc/ethers /sbin/hotplug-call $EXTRA_MOUNT $DHCPSCRIPT
procd_add_jail_mount $CONFIGFILE $TRUSTANCHORSFILE $HOSTFILE $RFC6761FILE $DHCPBOGUSHOSTNAMEFILE /etc/passwd /etc/group /etc/TZ /dev/null /dev/urandom $dnsmasqconffile $dnsmasqconfdir $resolvdir $user_dhcpscript /etc/hosts /etc/ethers /sbin/hotplug-call $EXTRA_MOUNT $DHCPSCRIPT /tmp/hosts/
procd_add_jail_mount_rw /var/run/dnsmasq/ $leasefile
procd_close_instance
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment