Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • are you root? you should be able to set SetUID if you are. its entirely a different question as to whether the app runs properly that way. en.wikipedia.org/wiki/Setuid Commented Apr 24 at 15:19
  • setting SETUID is not a problem, the question is: if I do it, am I taking a risk? If I only could understand why Debian add a special permission to inetutils-traceroute but not to traceroute?
    – mazda
    Commented Apr 24 at 15:37
  • on its face, yes it should be safe. not sure it will work, but as long as there are no privilege escalation vulnerabilities in the implementation, it should be fine. Commented Apr 24 at 18:12