Is there a correct way to open raw sockets without setuid?

For executables that work with raw sockets (like `mtr' for example), is there a preferred existing mechanism to use it without setuid?
(in some way something like cap_net_raw on Linux to open socket for raw access)
 
Back
Top