| 4 |
- |
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 |
#
|
| 58 |
- |
6 |
# How can I check the GPG key used to sign an installed pacakge 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 |
#
|
| 4 |
- |
13 |
OpenGPGCheck = yes
|
|
|
14 |
|
|
|
15 |
# Blacklisted packages
|
|
|
16 |
#
|
|
|
17 |
BlackList = nspluginwrapper, valgrind, strace, mono-core
|
|
|
18 |
|
|
|
19 |
# Process crashes in executables which do not belong to any package?
|
|
|
20 |
#
|
|
|
21 |
ProcessUnpackaged = no
|
|
|
22 |
|
|
|
23 |
# Blacklisted executable paths (shell patterns)
|
|
|
24 |
#
|
|
|
25 |
BlackListedPaths = /usr/share/doc/*, */example*, /usr/bin/nspluginviewer, /usr/lib/xulrunner-*/plugin-container
|