Skip to content

Releases: linux-audit/audit-userspace

audit-3.0.8

29 Mar 20:55
Compare
Choose a tag to compare

In auditd, change the reinitializing of the plugin queue. Fix path normalization in auparse. In libaudit, handle ECONNREFUSED for network uid/gid lookups. In audisp-remote, fix hang with disk_low_action=suspend. Drop ProtectHome from auditd.service as it interferes with rules.

audit-3.0.7

23 Jan 19:42
Compare
Choose a tag to compare

Add support for the OPENAT2 record type, update the capabilities and syscall lookup tables to match 5.16 kernel, and reduce dependency from initscripts to initscripts-service

audit-3.0.6

01 Oct 16:52
Compare
Choose a tag to compare

This is a bugfix release that fixes various issues when dealing with corrupted logs, fixes a segfault on some SELINUX_ERR records, makes IPX packet interpretation dependent on the ipx header file existing, adds b32/b64 support to ausyscall, adds support for armv8l, fixes auditctl list of syscalls on PPC, and auditd.service now restarts auditd under some conditions.

audit-3.0.5

11 Aug 20:30
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

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