From: Jo-Philipp Wich Date: Mon, 27 Jul 2015 11:49:43 +0000 (+0000) Subject: CC: base-files: fix /tmp/.jail permissions X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c2cab98574f9d0d9cb5ac9b9ba3b1bcf19a3ed4f;p=openwrt%2Fsvn-archive%2Farchive.git CC: base-files: fix /tmp/.jail permissions We need a+x rights on the path to the root of the jails so we can use users other than root (like nobody) This partly fixes jailed dnsmasq Signed-off-by: Etienne CHAMPETIER Backport of r46466 SVN-Revision: 46510 --- diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot index 6950130f99..a53be743e8 100755 --- a/package/base-files/files/etc/init.d/boot +++ b/package/base-files/files/etc/init.d/boot @@ -29,7 +29,6 @@ boot() { mkdir -p /tmp/.uci chmod 0700 /tmp/.uci mkdir -p /tmp/.jail - chmod 0700 /tmp/.jail touch /var/log/wtmp touch /var/log/lastlog touch /tmp/resolv.conf.auto