Files
firezone/rust/connlib
Reactor Scram 438469f3ac chore(linux-client): make headless client / IPC service logs group-readable (#4825)
```[tasklist]
# Before merging
- [x] Add CI test to check that the Unix domain socket is owned by `root:firezone` (#4832 will do this)
```

This allows the GUI (running as a normal user who belongs to the
`firezone` group) to read back the connlib logs and export them in the
zip file.

<img width="716" alt="image"
src="https://github.com/firezone/firezone/assets/13400041/59cb7cc5-fd6a-4b27-a311-1b9c56b7b23e">
2024-05-01 15:06:25 +00:00
..
2024-04-30 16:31:20 -07:00
2024-04-30 16:31:20 -07:00

Connlib

Firezone's connectivity library shared by all clients.

Building Connlib

You shouldn't need to build connlib directly; it's typically built as a dependency of one of the other Firezone components. See READMEs in those directories for relevant instructions.