Skip to content

Commit fe54515

Browse files
committed
doc(changelog): add note about empty seccomp policy in debug builds
This patch adds an entry to the "Fixed" changelog list mentioning that debug builds are now built with an empty default seccomp policy. Signed-off-by: Riccardo Mancini <mancio@amazon.com>
1 parent 5890dbe commit fe54515

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ and this project adheres to
6464
- [#5046](https://github.com/firecracker-microvm/firecracker/pull/5046): Retry
6565
KVM_CREATE_VM on EINTR that occasionally happen on heavily loaded hosts to
6666
improve reliability of microVM creation.
67+
- [#5052](https://github.com/firecracker-microvm/firecracker/pull/5052): Build
68+
the empty seccomp policy as default for debug builds to avoid crashes on
69+
syscalls introduced by debug assertions from Rust 1.80.0.
6770

6871
## [1.10.1]
6972

0 commit comments

Comments
 (0)