summaryrefslogtreecommitdiffstats
path: root/src/Daemon
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-29 11:13:14 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-29 11:13:14 +0100
commitac4aeefa6ab847fed4719f5145383c80ec552653 (patch)
tree82c5994ea2cb4db0a5e253aeb33e8557732554d6 /src/Daemon
parente00721b0d086bcee339662bf4639af8c25af56d1 (diff)
parentf5e694da92a1bff42bbf442befd421a573d15e62 (diff)
downloadabrt-ac4aeefa6ab847fed4719f5145383c80ec552653.tar.gz
abrt-ac4aeefa6ab847fed4719f5145383c80ec552653.tar.xz
abrt-ac4aeefa6ab847fed4719f5145383c80ec552653.zip
Merge branch 'master' into rhel6
Diffstat (limited to 'src/Daemon')
-rw-r--r--src/Daemon/abrt.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Daemon/abrt.conf b/src/Daemon/abrt.conf
index 542514b2..f6e5c0ef 100644
--- a/src/Daemon/abrt.conf
+++ b/src/Daemon/abrt.conf
@@ -1,15 +1,12 @@
[ Common ]
# With this option set to "yes",
# only crashes in signed packages will be analyzed.
-# Checking signatures may require prelink to be run.
-# This has a remote possibility of breaking binaries and libraries,
-# and also SELinux gets unhappy about prelink trying to modify them.
OpenGPGCheck = yes
# gpgcheck is disabled, so we don't need to load any keys
# GPG keys
#OpenGPGPublicKeys = /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
# Blacklisted packages
-BlackList = nspluginwrapper
+BlackList = nspluginwrapper, valgrind, strace
# Which database plugin to use
Database = SQLite3
# Max size for crash storage [MiB]