TIL Linux is not setting the POSIX TMPDIR environment variable anymore and it's just relying on the XDG_RUNTIME_DIR one. Kind of make sense to have and use a per-user tmpdir. It's not even safe to assume /tmp is a valid place because linux-based systems like android also have their random way to define this. #unixfun