nixos/rtorrent: reorder chown SystemCallFilter

Fixes #445186 (again)
This commit is contained in:
mal
2025-12-29 19:23:43 -05:00
parent 506ee7bdd3
commit d548008334
+1 -1
View File
@@ -245,9 +245,9 @@ in
RestrictSUIDSGID = true;
SystemCallArchitectures = "native";
SystemCallFilter = [
"@chown"
"@system-service"
"~@privileged"
"@chown"
];
};
};