Skip to content

Releases: linux-audit/audit-userspace

audit-3.0.5

11 Aug 20:30

Choose a tag to compare

In auditd, flush uid/gid caches when user/group added/deleted/modified. Fixed various issues when dealing with corrupted logs. In auditd, check if log_file is valid before closing handle.

audit-3.0.4

08 Aug 13:17

Choose a tag to compare

This release improves performance of the auparse library. The syscall table was updated to match the 5.14 kernel.

audit-3.0.3

14 Jul 18:39

Choose a tag to compare

This release improves performance reading events from the kernel. This will put more pressure on plugins, so default q_depth was tripled in size. Check your config, too. The behavior of auparse_feed_has_data in auparse was changed to include incomplete events. Add ProtectHome and RestrictRealtime to auditd.service. Some updates to the ids plugin.

audit-3.0.2

10 Jun 14:00

Choose a tag to compare

This release fixes a bug in the statsd plugin that caused a crash, updates the syscall tables to the 5.12 kernel, has a big documentation cleanup, and has a big update to the auparse normalizer results. There are various issues found by static analysis cleaned up.

audit-3.0.1

12 Feb 19:33

Choose a tag to compare

Update syscall table to the 5.11 kernel, Add new --eoe-timeout option to ausearch and aureport, Upgrade libev to 4.33, and update the auparse normalizer for some new syscalls and event types

audit-3.0

16 Dec 20:53

Choose a tag to compare

This is the long awaited 3.0 major feature release. Most notable item is that audispd is gone. All plugins are run from auditd itself. Please look at the ChangeLog for more details.

audit-2.8.5

01 Mar 21:14

Choose a tag to compare

This is a bugfix release that cleans up numerous bugs cherry picked from the master branch.

audit-2.8.4

19 Jun 19:25

Choose a tag to compare

This is a bugfix maintenance release. Please see ChangeLog for details.

audit-2.8.3

10 Mar 12:33

Choose a tag to compare

Fix a segfault in auditd when dns resolution isn't available, make a reload legacy service for auditd, add interpretations and new event types, Fix logging of IPv6 addresses in DAEMON_ACCEPT events, and Do not rotate auditd logs when num_logs < 2.

audit-2.8.2

14 Dec 17:06

Choose a tag to compare

This is a bugfix release which updates tables to match the 4.14 kernel, fixes ipv6 socket binding, fixes auditctl --reset-lost command, corrects the expr_create_timestamp_comparison_ex function in libauparse, and fixes building on old systems without linux/fanotify.h.