Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libaudit1-4.0.2-2.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: libaudit1 Distribution: openSUSE Tumbleweed
Version: 4.0.2 Vendor: openSUSE
Release: 2.1 Build date: Tue Jun 10 16:23:54 2025
Group: System/Libraries Build host: reproducible
Size: 138841 Source RPM: audit-4.0.2-2.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://people.redhat.com/sgrubb/audit/
Summary: Library for interfacing with the kernel audit subsystem
The libaudit package contains the shared libraries needed for
applications to use the audit framework.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Tue Jun 10 2025 Wolfgang Frisch <wolfgang.frisch@suse.com>
  - Refresh systemd service patches:
    - audit-allow-manual-stop.patch
    - auditd.service-fix-plugin-termination.patch
    - enable-stop-rules.patch
    - fix-hardened-service.patch
    - harden_auditd.service.patch
  - Update to 4.0.2
    - Fix musl C builds
    - Many code cleanups (Yugend)
    - Use atomic variables if available for signal related flags
    - Dont rotate audit logs when auditd is in debug mode
    - Fix a couple memory leaks on error paths
    - Correct output when displaying rules with exe/path/dir (Attila Lakatos)
    - Fix auparse lookup test to not use the system libaupaurse
    - Improve auparse metrics
    - Update auparse normalizer for recent syscalls
    - Make status report uniform
  - Update to 4.0.1
    - Update TRUSTED_APP interpretation to look for known fields
    - In auditd plugins, allow variable amount of arguments (Attila Lakatos)
    - Fix augenrules to work correctly when kernel is in immutable mode
    - Add ausearch_cur_event to auparse library (Attila Lakatos)
    - Add audisp-filter plugin (Attila Lakatos)
    - Improve sorting speed of aureport --summary reports
    - auditd & audit-rules.service pick up paths automatically (Laurent Bigonville)
    - Update auparse normalizer for new syscalls
* Fri Oct 04 2024 Enzo Matsumiya <ematsumiya@suse.com>
  - Update audit.spec: add requirement for 'awk' package (bsc#1231236)
* Tue Sep 17 2024 Enzo Matsumiya <ematsumiya@suse.com>
  - Update to 4.0
    - Drop python2 support
    - Drop auvirt and autrace programs
    - Drop SysVinit support
    - Require the use of the 5.0 or later kernel headers
    - New README.md file
    - Rewrite legacy service functions in terms of systemctl
    - Consolidate and update end of event detection to a common function
    - Split off rule loading from auditd.service into audit-rules.service
    - Refactor libaudit.h to split out logging functions and record numbers
    - Speed up aureport --summary reports
    - Limit libaudit python bindings to logging functions
    - Add a metrics function for auparse
    - Change auditctl to use pidfd_send_signal for signaling auditd
    - Adjust watches to optimize syscalls hooked when watch file access
    - Drop nispom rules
    - Add intepretations for fsconfig, fsopen, fsmount, & move_mount
    - Many code fixups (cgzones)
    - Update syscall and interpretation tables to the 6.8 kernel
    (from v3.1.2)
    - When processing a run level change, make auditd exit
    - In auditd, fix return code when rules added in immutable mode
    - In auparse, when files are given, also consider EUID for access
    - Auparse now interprets unnamed/anonymous sockets (Enzo Matsumiya)
    - Disable Python bindings from setting rules due to swig bug (S. Trofimovich)
    - Update all lookup tables for the 6.5 kernel
    - Don't be as paranoid about auditctl -R file permissions
    - In ausearch, correct subject/object search to be an and if both are given
    - Adjust formats for 64 bit time_t
    - Fix segfault in python bindings around the feed API
    - Add feed_has_data, get_record_num, and get/goto_field_num to python bindings
  - Update spec:
    * Add fix-auparse-test.patch (downstream):
      Upstream tests uses a static value (42) for 'gdm' uid/gid (based
      on Fedora values, apparently).  Replace these occurrences with
      'unknown(123456)'
    * Replace '--with-python' with '--with-python3' on %configure
    * Add new headers 'audit_logging.h' and 'audit-records.h' for
      audit-devel
* Mon Jul 03 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 3.1.1:
    * Add user friendly keywords for signals to auditctl
    * In ausearch, parse up URINGOP and DM_CTRL records
    * Harden auparse to better handle corrupt logs