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