mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Closes #6989 - The tunnel daemon (IPC service) now explicitly sets the ID file's perms to 0o640, even if the file already exists. - The GUI error is now non-fatal. If the file can't be read, we just won't get the device ID in Sentry. - More specific error message when the GUI fails to read the ID file We attempted to set the tunnel daemon's umask, but this caused the smoke tests to fail. Fixing the regression is more urgent than getting the smoke tests to match local debugging. --------- Co-authored-by: _ <ReactorScram@users.noreply.github.com>