Skip to content

SELinux

Security-Enhanced Linux

[root@hostname ~]# getenforce
Enforcing
[root@hostname ~]# setenforce 0
[root@hostname ~]# getenforce
Permissive
[root@hostname ~]#
semanage port -a -t http_port_t -p tcp 9200