rpm-plugin-audit - Man Page

Audit plugin for the RPM Package Manager

Description

The plugin writes basic information about rpm transactions to the audit log - like packages installed or removed. The entries can be viewed with

ausearch -m SOFTWARE_UPDATE

Data fields

The entries in the audit log have the following fields:

FieldDescriptionPossible values
opPackage operationinstall/update/remove
swPackage identifiername-version-release.arch
key_enforceAre signatures being enforced (no/yes)0/1
gpg_resSignature check result (fail/success)0/1
root_dirRoot directory of the operation (normally "/")<path>
sw_typePackage formatrpm

Configuration

There are currently no options for this plugin in particular. See rpm-plugins(8) on how to control plugins in general.

See Also

ausearch(8), rpm-plugins(8)

Referenced By

rpm-plugins(8).

2025-04-17