-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make wireguard connect work without sudo #2193
Conversation
tadaskay
commented
May 8, 2020
•
edited by anjmao
Loading
edited by anjmao
- Move node-supervisor code to node.
- Add WireGuard remote client package for communication with supervisor.
- Add ci build step to package supervisor for darwin.
What still concerns me is how we will secure such unix socket. Outside applications would be able to access these security lifted facilities pretty much effortlessly. One possible way is to create a socketpair and send one socket end to peer using method like this: Still this does not solve secure initial exchange problem. Somehow supervisor should be willing to communicate with authenticated node only. Any ideas how to do that in most simple manner? |
52c4357
to
5853617
Compare
Make wireguard connect work without sudo