/tmp and /var/tmp
/tmp and /var/tmp
Posted Mar 30, 2011 19:01 UTC (Wed) by dmarti (subscriber, #11625)In reply to: Introducing /run by rleigh
Parent article: Introducing /run
The other problem is /var/tmp, which is now just an extra /tmp that doesn't deserve its own tmpfs, but that some software wants to use. SELinux complains about if you make it a symlink to ../tmp. Bind mount it to /tmp in /etc/fstab?
tmpfs /tmp tmpfs defaults 0 0 /tmp /var/tmp tmpfs bind 0 0tmpfs as many places as possible FTW.
