Categories

Wednesday 25 July 2012

Temp directory hardening

Hello,

 Not all file systems are working inside a container; check /proc/filesystems inside a container to find 
out.
follow the steps given in http://linux-bloggers.blogspot.in/2012/06/hardening-linux-server-or-cenos-562.html in temp directory hardening section

mount -t tmpfs -o noexec,nosuid tmpfs /tmp

on /etc/fstab
/usr/tmpMnt /tmp    tmpfs   noexec,nosuid 0 0

No comments:

Post a Comment

Ad