Agregar puertos a servicio apache en SELinux
#0 - Me gusta
#Antes de agregar el puerto
#bash> semanage port -l | grep -w http_port_t
http_port_t tcp 80, 81, 443, 488, 8008, 8009, 8443, 9000
#Agregar el puerto 8001 a SELinux
#bash> semanage port -a -t http_port_t -p tcp 8001
#Después de agregar el puerto
#bash> semanage port -l | grep -w http_port_t
http_port_t tcp 80, 81, 443, 488, 8001, 8008, 8009, 8443, 9000
[]
Temas:
["4"]
Categoria:
["11","12","13","18","19","20"]
Colaboradores:
["1"]