79779781

Date: 2025-10-01 08:14:19
Score: 1.5
Natty:
Report link

selinux has a policy which allows tcp and udp srevice bind to the ports above 32767 , you can see this policy using this command :

# semanage port -l |grep ephemeral

ephemeral_port_t tcp 32768-60999

ephemeral_port_t udp 32768-60999

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Neo Mn