Skip to content

Commit b33aae0

Browse files
alindimapetreeftime
authored andcommitted
Release v0.4.0
Signed-off-by: alindima <[email protected]>
1 parent b07844e commit b33aae0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# Upcoming Release
1+
# v0.4.0
22

3+
## Changed
34
- Seccomp is now activated via the seccomp syscall, not prctl
5+
6+
## Added
47
- A new Error::Seccomp variant is added to indictate seccomp syscall failures
58
- Add `apply_filter_all_threads` convenience function which uses the seccomp
69
TSYNC feature to synchronize all threads in the process to the same filter

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "seccompiler"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Amazon Firecracker Team <[email protected]>"]
55
description = "Provides easy-to-use seccomp-bpf jailing."
66
repository = "https://github.com/rust-vmm/seccompiler"

0 commit comments

Comments
 (0)