From 376febd743dbe115ba2d5f63b2d582b85cba8a7b Mon Sep 17 00:00:00 2001 From: not-jan <61017633+not-jan@users.noreply.github.com> Date: Thu, 4 Apr 2024 21:52:02 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6d31780..cd510d2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # seccomp-stream +![Crates.io Version](https://img.shields.io/crates/v/seccomp-stream) + + [seccomp](https://man7.org/linux/man-pages/man2/seccomp.2.html) was amended by [seccomp_unotify](https://man7.org/linux/man-pages/man2/seccomp_unotify.2.html) in Kernel version 5.0 adding the ability to add a user space notifier for seccomp events. Support for this was added to [libseccomp-rs](https://github.com/libseccomp-rs/libseccomp-rs) already but their implementation is, while complete, blocking and as such doesn't lend itself to modern, async Rust.