We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07844e commit b33aae0Copy full SHA for b33aae0
CHANGELOG.md
@@ -1,6 +1,9 @@
1
-# Upcoming Release
+# v0.4.0
2
3
+## Changed
4
- Seccomp is now activated via the seccomp syscall, not prctl
5
+
6
+## Added
7
- A new Error::Seccomp variant is added to indictate seccomp syscall failures
8
- Add `apply_filter_all_threads` convenience function which uses the seccomp
9
TSYNC feature to synchronize all threads in the process to the same filter
Cargo.toml
@@ -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"
0 commit comments