- [#72]: Introduce RISC-V 64-bit architecture support.
- [#78]: Update
syscall_tablesfrom v6.12 kernel source
- 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_threadsconvenience 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
EqwhenPartialEqis implemented
First release