Commit 2fbbd9e
chore: Update seccomp filters to include sched_yield
With rust 1.67.0, the implementation for std::sync::mpmc (which we
transitively use through using mpsc channels) got switched out for
crossbeam's implementation, which includes a `sched_yield` syscall
[1].
[1]: https://github.com/rust-lang/rust/blame/cf32b9de1e8f66526c36ad2927458558d2e81093/library/std/src/sync/mpmc/utils.rs#L130
Signed-off-by: Patrick Roy <[email protected]>1 parent 7843fa9 commit 2fbbd9e
File tree
2 files changed
+24
-0
lines changed- resources/seccomp
2 files changed
+24
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
432 | 436 | | |
433 | 437 | | |
434 | 438 | | |
| |||
690 | 694 | | |
691 | 695 | | |
692 | 696 | | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
693 | 701 | | |
694 | 702 | | |
695 | 703 | | |
| |||
968 | 976 | | |
969 | 977 | | |
970 | 978 | | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
971 | 983 | | |
972 | 984 | | |
973 | 985 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
444 | 448 | | |
445 | 449 | | |
446 | 450 | | |
| |||
702 | 706 | | |
703 | 707 | | |
704 | 708 | | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
705 | 713 | | |
706 | 714 | | |
707 | 715 | | |
| |||
1172 | 1180 | | |
1173 | 1181 | | |
1174 | 1182 | | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
| 1186 | + | |
1175 | 1187 | | |
1176 | 1188 | | |
1177 | 1189 | | |
| |||
0 commit comments