Releases: cptpcrd/libscmp
Releases · cptpcrd/libscmp
v0.2.0
Changelog:
- feat: add support for libseccomp notification API
- refactor: switch to a custom error type (can be converted to an
io::Error
) - refactor: make all public enums non-exhaustive
- refactor(filter): correct interfaces based off
seccomp_attr_get()
- fix(arch): correct
Arch::is_supported()
check - refactor(build): improve static/dynamic detection
- fix(arch): fix
Arch::native()
on x32 - refactor: properly tell cargo we link to libseccomp
- fix(sys): fix libseccomp v2.5.0+ linking
- Minor performance improvements
- Improve tests and documentation