about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-12-02 20:54:04 +0000
committerGitHub <noreply@github.com>2023-12-02 20:54:04 +0000
commit44c7b403da800f530e3777ef28cf95a3f9efa0df (patch)
treedc8d30291f49964bea45107855893d4cf8603681 /nixos
parent5f8f8a1514983d8785994d09bf1ae7388ea65327 (diff)
parent13a5743c442d840284e58cb56958e462671881a4 (diff)
downloadnixlib-44c7b403da800f530e3777ef28cf95a3f9efa0df.tar
nixlib-44c7b403da800f530e3777ef28cf95a3f9efa0df.tar.gz
nixlib-44c7b403da800f530e3777ef28cf95a3f9efa0df.tar.bz2
nixlib-44c7b403da800f530e3777ef28cf95a3f9efa0df.tar.lz
nixlib-44c7b403da800f530e3777ef28cf95a3f9efa0df.tar.xz
nixlib-44c7b403da800f530e3777ef28cf95a3f9efa0df.tar.zst
nixlib-44c7b403da800f530e3777ef28cf95a3f9efa0df.zip
Merge master into staging-next
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/matrix/appservice-irc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/matrix/appservice-irc.nix b/nixos/modules/services/matrix/appservice-irc.nix
index d153ffc2ace8..c79cd799b4d0 100644
--- a/nixos/modules/services/matrix/appservice-irc.nix
+++ b/nixos/modules/services/matrix/appservice-irc.nix
@@ -214,7 +214,7 @@ in {
         RestrictRealtime = true;
         PrivateMounts = true;
         SystemCallFilter = [
-          "@system-service @pkey"
+          "@system-service @pkey @chown"
           "~@privileged @resources"
         ];
         SystemCallArchitectures = "native";