nixos/rtorrent: add missing @chown in SystemCallFilter (#470991)

This commit is contained in:
Thiago Kenji Okada
2025-12-15 13:04:13 +00:00
committed by GitHub
@@ -245,6 +245,7 @@ in
RestrictSUIDSGID = true;
SystemCallArchitectures = "native";
SystemCallFilter = [
"@chown"
"@system-service"
"~@privileged"
];