Author: jow
Date: 2015-07-27 13:49:43 +0200 (Mon, 27 Jul 2015)
New Revision: 46510

Modified:
   branches/chaos_calmer/package/base-files/files/etc/init.d/boot
Log:
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 <[email protected]>

Backport of r46466

Modified: branches/chaos_calmer/package/base-files/files/etc/init.d/boot
===================================================================
--- branches/chaos_calmer/package/base-files/files/etc/init.d/boot      
2015-07-27 11:49:39 UTC (rev 46509)
+++ branches/chaos_calmer/package/base-files/files/etc/init.d/boot      
2015-07-27 11:49:43 UTC (rev 46510)
@@ -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

Reply via email to