Hacker News new | ask | show | jobs
by guytv 2369 days ago
Catalina: getting "failed to listen" when running non-root, Shows empty panels when ran with sudo.
1 comments

You can run as non-root by using setcap to give extra capabilites to the binary:

  sudo setcap cap_net_raw,cap_net_admin=eip <path_to_what_binary>
setcap is Linux-specific thing. Doesn't exist on freebsd, darwin(macosx) or any other unix.