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> SVN-Revision: 46466
This commit is contained in:
parent
29b65e853f
commit
cf4a0d430b
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ boot() {
|
||||||
mkdir -p /tmp/.uci
|
mkdir -p /tmp/.uci
|
||||||
chmod 0700 /tmp/.uci
|
chmod 0700 /tmp/.uci
|
||||||
mkdir -p /tmp/.jail
|
mkdir -p /tmp/.jail
|
||||||
chmod 0700 /tmp/.jail
|
|
||||||
touch /var/log/wtmp
|
touch /var/log/wtmp
|
||||||
touch /var/log/lastlog
|
touch /var/log/lastlog
|
||||||
touch /tmp/resolv.conf.auto
|
touch /tmp/resolv.conf.auto
|
||||||
|
|
Loading…
Reference in a new issue