1ABRT-ACTION-SAVE-(5) ABRT Manual ABRT-ACTION-SAVE-(5)
2
3
4
6 abrt-action-save-package-data.conf - Configuration file for
7 abrt-action-save-package-data
8
10 The abrt-action-save-package-data tool queries RPM database and saves
11 package and component name to problem data.
12
13 The configuration file consists of items in the format "Option =
14 Value". A description of each item follows:
15
16 OpenGPGCheck = yes | no
17 When set to yes, abrt will handle only crashes in executables which
18 belong to an installed package with valid GPG signature. The
19 default is yes. The files containing trusted GPG keys which are
20 used to verify the signatures are listed in the gpg_keys.conf
21 configuration file.
22
23 BlackList = packageName, packageName ...
24 abrt will ignore packages in this list and will not handle their
25 crashes.
26
27 BlackListedPaths = /path/to/ignore/*, */another/ignored/path* ...
28 abrt will ignore crashes in executables whose absolute path matches
29 one of specified patterns.
30
31 ProcessUnpackaged = yes | no
32 When set to yes, abrt will catch all crashes in the system. When
33 set to no, it will catch crashes only in executables which belong
34 to an installed package. The default is no.
35
37 abrt.conf(5)
38
40 ยท ABRT team
41
42
43
44abrt 2.12.0 02/05/2019 ABRT-ACTION-SAVE-(5)