secure /tmp

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

Leave a Reply