Hardening
From Wikipedia, the free encyclopedia
In computing, hardening is usually the process of securing a system. This work is especially done to protect systems against attackers. This would typically include removal of unnecessary usernames or logins and the disabling or removal of unnecessary services.
There are various methods of hardening Unix and Linux systems. This may involve, among other measures, applying a patch to the kernel such as Exec Shield or PaX; closing open network ports; and setting up intrusion-detection systems, firewalls and intrusion-prevention systems. There are also hardening scripts and tools like Bastille Linux and Apache/PHP Hardener [1] that can, for example, deactivate unneeded features in configuration files or perform various other protective measures.