1RPM-AUDIT(8) RPM-AUDIT(8)
2
3
4
6 rpm-plugin-audit - Audit plugin for the RPM Package Manager
7
9 The plugin writes basic information about rpm transactions to the audit
10 log - like packages installed or removed. The entries can be viewed
11 with
12
13 ausearch -m SOFTWARE_UPDATE
14
15 Data fields
16 The entries in the audit log have the following fields:
17
18 Field Possible values Description
19
20 op install/update/remove package operation
21
22 sw name-version-release.arch of the package
23
24 key_enforce
25 0/1 are signatures being enforced
26
27 gpg_res
28 0/1 result of signature check (0 == fail / 1 ==success)
29
30 root_dir
31 Root directory of the operation, normally "/"
32
33 sw_type
34 "rpm" package format
35
37 There are currently no options for this plugin in particular. See rpm-
38 plugins(8) on how to control plugins in general.
39
41 ausearch(8) rpm-plugins(8)
42
43
44
45 28 Jan 2020 RPM-AUDIT(8)