I see a lot of blogs talking about security and specially how to secure /dev/shm and /tmp
I would like to know why it is important to secure these folders?
I see a lot of blogs talking about security and specially how to secure /dev/shm and /tmp
I would like to know why it is important to secure these folders?
/tmp
and/var/tmp
are supposed to be world-writable (and sticky) so that all programs and/or users can create their temporary files there. From TLDP: