Hey there
I was reading this article....
http://www.itsecurity.com/features/ubuntu-secure-install-resource/
... and the guy mentioned some things I could not understand....
They are...
Reconfiguring shared memory tmpfs /dev/shm tmpfs defaults,ro 0 0
Limiting access to the "su" program sudo chown root:admin /bin/su sudo chmod 04750 /bin/su
Securing the Home directory chmod 0700 /home/username
Can someone in the know explain what these commands actually do and are they really recommended.
Thanks.