Results 1 to 1 of 1
Hi All,
I am trying to write a ping kind of program for my own application.
This needs me to create a raw socket. But I wondered that the creation ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-12-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 1
creating for raw socket needs root permision
Hi All,
I am trying to write a ping kind of program for my own application.
This needs me to create a raw socket. But I wondered that the creation of the raw saocket needs root permision. This means that a non root priviliged user will not be able to execute my program.
Is it possible to create the program as seting the effective user id to root.
If not then how does the ping program run on our machine even if we are not the super user? Ping internaly creates the raw socket!
I tried using setreuid(-1, 0); But it failed.
Can anybody guide me please.
Thanks in advance.


Reply With Quote
