From d548008334438865cbd2dec1d9ccac7cd7db0ac9 Mon Sep 17 00:00:00 2001 From: mal Date: Mon, 29 Dec 2025 19:23:43 -0500 Subject: [PATCH] nixos/rtorrent: reorder chown SystemCallFilter Fixes #445186 (again) --- nixos/modules/services/torrent/rtorrent.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/torrent/rtorrent.nix b/nixos/modules/services/torrent/rtorrent.nix index 6b8a9d55d6e9..07825ecbc897 100644 --- a/nixos/modules/services/torrent/rtorrent.nix +++ b/nixos/modules/services/torrent/rtorrent.nix @@ -245,9 +245,9 @@ in RestrictSUIDSGID = true; SystemCallArchitectures = "native"; SystemCallFilter = [ - "@chown" "@system-service" "~@privileged" + "@chown" ]; }; };