Archive for November, 2009
-
secure /tmp with noexec and nosuid
The /tmp partition is one the common places for script kiddies and crackers alike to place trojans or scripts. Because of that you should have the /tmp partition mounted noexec. First we need to check if your /tmp is secure.
#df -h |grep tmp
If that displays nothing then go below to create a tmp partition. If [...]