abrt-action-save-package-data.conf(5)
=====================================

NAME
----
abrt-action-save-package-data.conf - Configuration file for
abrt-action-save-package-data

SYNOPSIS
--------
/etc/abrt/abrt-action-save-package-data.conf

DESCRIPTION
-----------
The 'abrt-action-save-package-data' tool queries RPM database and saves package
and component name to problem data.

The configuration file consists of items in the format "Option = Value".
A description of each item follows:

*OpenGPGCheck = 'yes/no'*::
   If enabled, only crashes in signed packages will be analyzed. The list of
   trusted public keys used to verify the signature is in /etc/gpg_keys.conf.
   +
   Default is 'yes'.
*BlackList = 'list'*::
   Crashes in packages listed here will be ignored by ABRT.
   +
   Default is `bash, mono-core, nspluginwrapper, strace, valgrind`.
*BlackListedPaths = 'list'*::
   Crashes in paths matching the glob patterns in this list will be ignored
   by ABRT.
   +
   Default is `/usr/share/doc/*, */example*, /usr/bin/nspluginviewer,
   /usr/lib*/firefox/plugin-container`
*ProcessUnpackaged = 'yes/no'*::
   If enabled, ABRT will process crashes from unpackaged executables.
   +
   Default is 'no'.
*Interpreters = 'list'*::
   Comma-separated list of names of language interpreters. If a crash occurs in
   a program whose basename is equal to one of these, ABRT assigns the crash to the
   executed script instead.
   +
   Default is `python, python2, python2.7, python3, python3.8, perl, perl5.30.1
   php, php-cgi, R, tclsh, tclsh8.6`.

FILES
-----
/etc/abrt/abrt-action-save-package-data.conf

SEE ALSO
--------
abrt.conf(5),
gpg_keys.conf(5)

AUTHORS
-------
* ABRT team
