Changes

Choose a hosting provider

28 bytes added, 9 years ago
/* Mitigation */
<li>
To protect the server it is important to audit the open ports on the machine. To check listening ports you can run
<br>
netstat -tulpn
<li>
[http://selinuxproject.org/page/Main_Page| Security Enhanced Linux(SELinux)] is a kernel level security control mechanism, which enforces a set of rules and procedures for the system. SELinux provides fine grained control for access rights and permissions.
<br>
To check if it is enabled run
<br>
sestatus
<br>
To enable run
<br>
setenforce enforcing
<br>
To adjust the SELinux config is available at
<br>
/etc/selinux/config
</li>