Author: blogic Date: 2015-07-24 11:11:00 +0200 (Fri, 24 Jul 2015) New Revision: 46466
Modified: trunk/package/base-files/files/etc/init.d/boot Log: 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 <[email protected]> Modified: trunk/package/base-files/files/etc/init.d/boot =================================================================== --- trunk/package/base-files/files/etc/init.d/boot 2015-07-24 09:10:55 UTC (rev 46465) +++ trunk/package/base-files/files/etc/init.d/boot 2015-07-24 09:11:00 UTC (rev 46466) @@ -29,7 +29,6 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
