Ciss-125
There are a variety of Ubuntu hardening techniques out there. These are just a few that should be of interest. Secure shared memory Shared memory can be used as an attack vector for running services. Edit the /etc/fstab file and add the following to the bottom: tmpfs /run/shm tmpfs defaults,noexec,nosuid 0 0 A reboot is … Read More “Ubuntu Hardening” »