diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a2fd92..d5be4d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed +- Update syscall, arches, and audit msg type tables for Linux 5.16. [#96](https://github.com/elastic/go-libaudit/pull/96) + ### Removed +- Removed support for resolving syscall numbers to names for the ia64 architecture. [#96](https://github.com/elastic/go-libaudit/pull/96) + ### Deprecated ## [2.2.0] diff --git a/Vagrantfile b/Vagrantfile index a681dbb..be253ee 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -12,7 +12,7 @@ SCRIPT install_gvm = <