summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-08-26 10:10:04 +0200
committerGitHub <noreply@github.com>2022-08-26 10:10:04 +0200
commit1652bbcfc30d5c4891f5caddf8fb5a899c6554d8 (patch)
tree17b5f696e31dba012855b5a86ce51d02810fd5cb /nixos/doc/manual
parent1933d94b6f43498b356067a91f595cc6550240d4 (diff)
parent0c5fbf9c08bd0c91fe9820f1c04e06c0a67faf85 (diff)
downloadnixpkgs-1652bbcfc30d5c4891f5caddf8fb5a899c6554d8.tar
nixpkgs-1652bbcfc30d5c4891f5caddf8fb5a899c6554d8.tar.gz
nixpkgs-1652bbcfc30d5c4891f5caddf8fb5a899c6554d8.tar.bz2
nixpkgs-1652bbcfc30d5c4891f5caddf8fb5a899c6554d8.tar.lz
nixpkgs-1652bbcfc30d5c4891f5caddf8fb5a899c6554d8.tar.xz
nixpkgs-1652bbcfc30d5c4891f5caddf8fb5a899c6554d8.tar.zst
nixpkgs-1652bbcfc30d5c4891f5caddf8fb5a899c6554d8.zip
Merge pull request #188174 from yayayayaka/matrix-synapse-systemd-hardening
nixos/matrix-synapse: Harden systemd serivce
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2211.section.xml6
-rw-r--r--nixos/doc/manual/release-notes/rl-2211.section.md2
2 files changed, 8 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
index c1b7b096406..9067b3ccf23 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
@@ -467,6 +467,12 @@
       </listitem>
       <listitem>
         <para>
+          The <literal>services.matrix-synapse</literal> systemd unit
+          has been hardened.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           Matrix Synapse now requires entries in the
           <literal>state_group_edges</literal> table to be unique, in
           order to prevent accidentally introducing duplicate
diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md
index 97775b51c15..6d3b5a1bc7b 100644
--- a/nixos/doc/manual/release-notes/rl-2211.section.md
+++ b/nixos/doc/manual/release-notes/rl-2211.section.md
@@ -162,6 +162,8 @@ Use `configure.packages` instead.
 
 - Neo4j was updated from version 3 to version 4. See this [migration guide](https://neo4j.com/docs/upgrade-migration-guide/current/) on how to migrate your Neo4j instance.
 
+- The `services.matrix-synapse` systemd unit has been hardened.
+
 - Matrix Synapse now requires entries in the `state_group_edges` table to be unique, in order to prevent accidentally introducing duplicate information (for example, because a database backup was restored multiple times). If your Synapse database already has duplicate rows in this table, this could fail with an error and require manual remediation.
 
 - The `diamond` package has been update from 0.8.36 to 2.0.15. See the [upstream release notes](https://github.com/bbuchfink/diamond/releases) for more details.