Replies: 1 comment 6 replies
|
Thanks @odhnera It works fine in Arch right? |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have done a bit of testing on my Arch Linux install, and by granting the stunmesh-go binary the CAP_NET_ADMIN and CAP_NET_RAW capabilities, it works when running as an unprivileged user. You may want to consider adding instructions for running as non-root to the README file.
# setcap cap_net_admin,cap_net_raw+ep stunmesh-linux-amd64-v1.13.2All reactions