Skip to content

Commit 092ee12

Browse files
feat: add official comms channels (#311)
1 parent 8138f34 commit 092ee12

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

content/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This Code of Conduct applies within all community spaces, and also applies when
4444

4545
## Enforcement
4646

47-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at secureblueadmin@proton.me.
47+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at [secureblueadmin@proton.me](mailto:secureblueadmin@proton.me).
4848

4949
All complaints will be reviewed and investigated promptly and fairly.
5050

content/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ And if you like the project, but just don't have time to contribute, that's fine
3434

3535
This project and everyone participating in it is governed by the [Code of Conduct](/code-of-conduct).
3636
By participating, you are expected to uphold this code. Please report unacceptable behavior
37-
to secureblueadmin@proton.me
37+
to [secureblueadmin@proton.me](mailto:secureblueadmin@proton.me).
3838

3939
## [I Have a Question](#i-have-a-question)
4040
{: #i-have-a-question}

content/FAQ.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permalink: /faq
1313
- [Project information](#project)
1414
- [Why secureblue?](#why-secureblue)
1515
- [Is secureblue immutable?](#immutable)
16+
- [What are the official secureblue communication channels?](#comms)
1617
- [What is the difference between Qubes OS and secureblue?](#qubes)
1718
- [Why not upstream your changes?](#upstream)
1819
- [Is this an install script?](#script)
@@ -93,6 +94,11 @@ secureblue is a collaborative effort to ship a maximally secure Linux operating
9394

9495
"Immutable" is an old misnomer for atomic systems. It gives the impression that users can't modify or tinker with their system, which is not the case. While directories like `/usr` are mounted read-only by default, settings and configurations can be easily overriden with changes in `/etc`, which is not mounted read-only. This is in addition to the fact that `/usr` is mutated with every deployment that is staged and booted via any `rpm-ostree` operation (like upgrading, installing a new package, etc). As such, secureblue is not immutable.
9596

97+
### [What are the official secureblue communication channels?](#comms)
98+
{: #comms}
99+
100+
The secureblue [Bluesky account](https://bsky.app/profile/secureblue.dev), GitHub [release notes](https://github.com/secureblue/secureblue/releases), and [official email account](mailto:secureblueadmin@proton.me) are the only official secureblue communication channels. All other accounts and communications are not official secureblue communications.
101+
96102
### [What is the difference between Qubes OS and secureblue?](#qubes)
97103
{: #qubes}
98104

0 commit comments

Comments
 (0)