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