From f5e694da92a1bff42bbf442befd421a573d15e62 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Thu, 28 Jan 2010 18:18:54 +0100 Subject: added valgrind and strace to blacklist --- src/Daemon/abrt.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/Daemon/abrt.conf b/src/Daemon/abrt.conf index 1dd994a..c11afdf 100644 --- a/src/Daemon/abrt.conf +++ b/src/Daemon/abrt.conf @@ -1,14 +1,11 @@ [ 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 # 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] -- cgit