Egregoros

Signal feed

HardenedBSD

@HardenedBSD@bsd.network

Security-oriented derivative of FreeBSD. Primary goal is a clean-room reimplementation of the grsecurity patchset for the BSD community.

Posts

Latest notes

Today, we learned that folks do NOT need to deploy a full #Radicle node to `git clone` or `git pull` our repos.

Instead, folks can use `git` normally, but use the Radicle web endpoint. For example, to clone the #HardenedBSD src tree, users can:

```
$ git clone https://rad.hardenedbsd.org/z2HLHXgL1xevBNQsf8BmQW7MpJmtm.git HardenedBSD-src
```

The only downside is that users who go this route will not be able to submit issues or patches via the normal Radicle way (since issues are created with `rad issue open`).