nixos/rtorrent: reorder chown SystemCallFilter (#475192)

This commit is contained in:
Thiago Kenji Okada
2026-01-09 00:40:33 +00:00
committed by GitHub
+1 -1
View File
@@ -245,9 +245,9 @@ in
RestrictSUIDSGID = true;
SystemCallArchitectures = "native";
SystemCallFilter = [
"@chown"
"@system-service"
"~@privileged"
"@chown"
];
};
};