Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: alindima <alin@parity.io>
  • Loading branch information
alindima authored and petreeftime committed Oct 18, 2023
1 parent b07844e commit b33aae0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Upcoming Release
# v0.4.0

## Changed
- Seccomp is now activated via the seccomp syscall, not prctl

## Added
- A new Error::Seccomp variant is added to indictate seccomp syscall failures
- Add `apply_filter_all_threads` convenience function which uses the seccomp
TSYNC feature to synchronize all threads in the process to the same filter
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "seccompiler"
version = "0.3.0"
version = "0.4.0"
authors = ["Amazon Firecracker Team <firecracker-maintainers@amazon.com>"]
description = "Provides easy-to-use seccomp-bpf jailing."
repository = "https://github.com/rust-vmm/seccompiler"
Expand Down

0 comments on commit b33aae0

Please sign in to comment.