Hi All,
I am working with BeagleBone black with yocto build system.
I have created my custom yocto build and ported successfully on beagle bone black and tested ok.
I want to run network server application which can use standard port number (0-1024) ,So my server application is binding IP_address and Port number and listen on socket for client.
I am login in Beaglebone black as root and when i start my server then it shows below error,
"could not bind "0.0.0.0" port <Any Standard Port(0-1024)> (Permission denied)"
To verify it , i have checked my application on pc and when i run it as root user then it allow me to bind my IP_address with standard Port Number (0-1024)
Kindly suggest us in this matter.
Thanks
Dhaval