aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-07-24 09:11:06 +0000
committerJohn Crispin <john@openwrt.org>2015-07-24 09:11:06 +0000
commit027230ade2e13dd1b521c93b6aaf08fdd5910831 (patch)
tree8807e2eef3ac1535ecf8c41c869146d06bd9c802 /package
parentcf4a0d430b849f63d51d324c47411c77e62eb3d6 (diff)
downloadupstream-027230ade2e13dd1b521c93b6aaf08fdd5910831.tar.gz
upstream-027230ade2e13dd1b521c93b6aaf08fdd5910831.tar.bz2
upstream-027230ade2e13dd1b521c93b6aaf08fdd5910831.zip
dnsmasq: add some missing files to the jail
found with strace, not sure we got all of them though Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com> SVN-Revision: 46467
Diffstat (limited to 'package')
-rw-r--r--package/network/services/dnsmasq/files/dnsmasq.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dnsmasq/files/dnsmasq.init b/package/network/services/dnsmasq/files/dnsmasq.init
index 5844aaf8e2..ab64e88a93 100644
--- a/package/network/services/dnsmasq/files/dnsmasq.init
+++ b/package/network/services/dnsmasq/files/dnsmasq.init
@@ -557,7 +557,7 @@ start_service() {
procd_set_param respawn
procd_add_jail dnsmasq ubus log
- procd_add_jail_mount $CONFIGFILE $TRUSTANCHORSFILE $HOSTFILE /etc/passwd /dev/urandom /etc/dnsmasq.conf /tmp/dnsmasq.d /tmp/resolv.conf.auto /etc/hosts /etc/ethers
+ procd_add_jail_mount $CONFIGFILE $TRUSTANCHORSFILE $HOSTFILE /etc/passwd /etc/group /etc/TZ /dev/null /dev/urandom /etc/dnsmasq.conf /tmp/dnsmasq.d /tmp/resolv.conf.auto /etc/hosts /etc/ethers
procd_add_jail_mount_rw /var/run/dnsmasq/ /tmp/dhcp.leases $TIMESTAMPFILE
procd_close_instance