Skip to content

v2025.9.22

Choose a tag to compare

@github-actions github-actions released this 22 Sep 11:12

Changelog

v2025.9.22

💡 Features

  • Add EWOULDBLOCK to "maybe successful" errnos (238b20b by desbma)
  • Generic hardening mode (closes #15) (455336f by desbma)
  • Initial CAP_KILL support (d2edd5b by desbma)
  • CAP_IPC_LOCK support (343edb7 by desbma)
  • Refresh existing hardening fragment (b991c28 by desbma)
  • Initialize current working directory (d2cd3ce by desbma)

🐛 Bug fixes

  • Minor comment typo (a6f5281 by desbma)
  • Bit shift parsing error (b004891 by desbma)
  • Msrv (2b6411c by desbma)
  • Path resolution for special files (fe5f2e5 by desbma)

🏃 Performance

  • Avoid sorting syscall names if we don't show them (4626c67 by desbma)

🧪 Testing

  • Use snapshot testing for verbose unit tests (f737f55 by desbma)

🚜 Refactor

  • Sort enum members (76f756d by desbma)

🤖 Continuous integration

  • Add cargo audit workflow (3620abe by desbma)

🧰 Miscellaneous tasks

  • Fix lint (71e9c81 by desbma)
  • Cleanup unneeded derive (eb81f33 by desbma)