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