Releases: elastic/go-libaudit
Releases · elastic/go-libaudit
v2.0.0
Added
- Added
SetImmutable
to the audit client for marking the audit settings as immutable within the kernel. #55 #68 - Added Vagrantfile for development ease. #61
- Added enrichment of arch, syscall, and sig to type=SECCOMP messages. #64
- Added support for big endian. #48
Changed
- Added semantic versioning support via go modules. #61
- Added ECS categorization support for events by record type and syscall. #62
- Fixed a typo in the action value associated with ROLE_REMOVE messages. #65
- Fixed a typo in the action value associated with ANOM_LINK messages. #66
- Fixed spelling of anomaly in aucoalesce package. #67
v0.4.0
v0.3.0
v0.2.1
v0.2.0
v0.1.1
v0.1.0
v0.0.7
Added
- Added WaitForPendingACKs to receive pending ACK messages from the kernel. #14
- The AuditClient will unregister with the kernel if
SetPID
has been called. #19
Changed
- auparse - Fixed an issue where the proctitle value was being truncated. #15
- auparse - Fixed an issue where values were incorrectly interpretted as hex
data. #13 - auparse - Fixed parsing of the
key
value when multiple keys are present. #16 - auparse - The
cmdline
key is no longer created for EXECVE records. #17 - aucoalesce - Changed the event format to have objects for user, process, file,
and network data. #17 - Fixed an issue when an audit notification is received while waiting for the
response to a control command.