Blame src/daemon/abrt-action-save-package-data.conf

Packit Service 8a8a03
# With this option set to "yes",
Packit Service 8a8a03
# only crashes in signed packages will be analyzed.
Packit Service 8a8a03
# the list of public keys used to check the signature is
Packit Service 8a8a03
# in the file gpg_keys
Packit Service 8a8a03
#
Packit Service 8a8a03
# How can I check the GPG key used to sign an installed package on
Packit Service 8a8a03
# Red hat Enterprise Linux:
Packit Service 8a8a03
# https://access.redhat.com/solutions/1120013
Packit Service 8a8a03
#
Packit Service 8a8a03
# Product Signing (GPG) Keys:
Packit Service 8a8a03
# https://access.redhat.com/security/team/key
Packit Service 8a8a03
#
Packit Service 8a8a03
OpenGPGCheck = yes
Packit Service 8a8a03
Packit Service 8a8a03
# Blacklisted packages
Packit Service 8a8a03
#
Packit Service 8a8a03
BlackList = nspluginwrapper, valgrind, strace, mono-core, bash
Packit Service 8a8a03
Packit Service 8a8a03
# Process crashes in executables which do not belong to any package?
Packit Service 8a8a03
#
Packit Service 8a8a03
ProcessUnpackaged = yes
Packit Service 8a8a03
Packit Service 8a8a03
# Blacklisted executable paths (shell patterns)
Packit Service 8a8a03
#
Packit Service 8a8a03
BlackListedPaths = /usr/share/doc/*, */example*, /usr/bin/nspluginviewer, /usr/lib*/firefox/plugin-container
Packit Service 8a8a03
Packit Service 8a8a03
# interpreters names
Packit Service 8a8a03
Interpreters = python2, python2.7, python, python3, python3.3, python3.4, python3.5, python3.6, python3.7, perl, perl5.16.2