mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Stacked on PR #2888 This will fix #2878 by setting some Windows security permissions to let non-admin clients connect to a named pipe server owned by an admin process. It should also give us a path to fix 2808 (If I link it, Github assumes this PR closes that issue?), since it'll be our own code instead of tauri-plugin-deep-link, and we can just choose not to panic. I'm using Tokio's `named_pipe` module where that panic happens, and Tokio is good about just returning Results instead of panicking. --------- Signed-off-by: Reactor Scram <ReactorScram@users.noreply.github.com> Co-authored-by: Jamil <jamilbk@users.noreply.github.com>