forked from josch/mmdebstrap
create /tmp with chmod 01777
This commit is contained in:
parent
b60893aa83
commit
fa12e4f488
1 changed files with 2 additions and 0 deletions
|
@ -1271,6 +1271,8 @@ sub run_setup() {
|
|||
}
|
||||
}
|
||||
}
|
||||
# make sure /tmp is not 0755 like the rest
|
||||
chmod 01777, "$options->{root}/tmp" or error "cannot chmod /tmp: $!";
|
||||
}
|
||||
|
||||
# The TMPDIR set by the user or even /tmp might be inaccessible by the
|
||||
|
|
Loading…
Reference in a new issue