SELinux:
SELinux safe guards several services such as httpd to run only on port 80 and not to allow any other services to hi-jack port 80. The configuration is pretty simple and everything else has been default. All you need to do is enable it.
[root@server01 ~]# vi /etc/selinux/config
SELINUX=enforcing (how to protect)
SELINUXTYPE=targeted (what to protect)
SELinux safe guards several services such as httpd to run only on port 80 and not to allow any other services to hi-jack port 80. The configuration is pretty simple and everything else has been default. All you need to do is enable it.
[root@server01 ~]# vi /etc/selinux/config
SELINUX=enforcing (how to protect)
SELINUXTYPE=targeted (what to protect)
Comments (0)
Post a Comment