-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update syscall/arches/audit msg tables for linux 5.16 #96
Conversation
900724e
to
12b5beb
Compare
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
|
This updates the tables based on kernel 5.16. `go generate` was run inside of the vagrant box include in the project. ia64 was deprecated upstream so its removed (and wasn't supported by Go).
12b5beb
to
3c32f7e
Compare
@@ -11,6 +11,8 @@ 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that ia64 is dropped?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added.
* Update syscall/arches/audit msg tables for linux 5.16 This updates the tables based on kernel 5.16. `go generate` was run inside of the vagrant box include in the project. ia64 was deprecated upstream so its removed (and wasn't supported by Go). * Update CHANGELOG.md
This updates the tables based on kernel 5.16.
go generate
wasrun inside of the vagrant box include in the project.