secure /tmp

June 23, 2009

mount -o remount,noexec,nosuid /tmp
OR
make the change in the fstab
LABEL=/tmp /tmp ext3 noexec,nosuid,nodev,rw 1 2
then remount it
mount -o remount /tmp