- Seccomp is now activated via the seccomp syscall, not prctl
- 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 - A new Error::ThreadSync variant is added to indicate failure to sync threads
- [#40]: Update Rust to Edition 2021
- [#31]: Implement
From<BackendError>
forError
- [#40]: Fix clippy
complaints about missing
Eq
whenPartialEq
is implemented
First release