You can achieve this by enabling the capability CAP_NET_BIND_SERVICE using
the capabilities system.
$ setcap 'cap_net_bind_service=+ep' program
Allow a program to bind to ports below 1024
You can achieve this by enabling the capability CAP_NET_BIND_SERVICE using
the capabilities system.
$ setcap 'cap_net_bind_service=+ep' program