create /tmp with chmod 01777

pull/1/head
parent b60893aa83
commit fa12e4f488
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -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…
Cancel
Save