diff options
author | John Crispin <blogic@openwrt.org> | 2015-07-24 09:11:00 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-07-24 09:11:00 +0000 |
commit | bddfe5030508704ba3c11591cbdb2089e26a8717 (patch) | |
tree | af818df71cc5039d2717df62815f872aea010c5f /package | |
parent | c89ab8b0a208a60d0994cd2ba1394763893c5949 (diff) | |
download | master-187ad058-bddfe5030508704ba3c11591cbdb2089e26a8717.tar.gz master-187ad058-bddfe5030508704ba3c11591cbdb2089e26a8717.tar.bz2 master-187ad058-bddfe5030508704ba3c11591cbdb2089e26a8717.zip |
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 <champetier.etienne@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46466 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rwxr-xr-x | package/base-files/files/etc/init.d/boot | 1 |
1 files changed, 0 insertions, 1 deletions
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 |