Skip to content

Releases: cptpcrd/libscmp

v0.2.0

05 Jun 20:33
Compare
Choose a tag to compare

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

v0.1.0

25 Feb 12:53
Compare
Choose a tag to compare

Initial release