Posted Jan 10, 2009 14:09 UTC (Sat) by epa (subscriber, #39769)
[Link]
Yes, given the ridiculous frequency of /tmp-race security holes, and the negligable performance difference for most apps, $HOME/tmp should be the default. It can be a symlink to /tmp/me for people who still insist on a separate /tmp partition for whatever reason.
Saving your $HOME space
Posted Jan 10, 2009 14:45 UTC (Sat) by nix (subscriber, #2304)
[Link]
You want pam_mount and a user-specific directory, really. You can still
*mount* it on /tmp...
Saving your $HOME space
Posted Feb 16, 2009 22:06 UTC (Mon) by k8to (subscriber, #15413)
[Link]
For tradition, at least, /tmp should be global. I don't watnt to break any programs that rely on existing functionality. At least, that's how I'd do it on my systems.