diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-01-28 18:18:54 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-01-28 18:18:54 +0100 |
| commit | f5e694da92a1bff42bbf442befd421a573d15e62 (patch) | |
| tree | 854c4606ae06c188633d4f1242a4f1c9cb91ca36 /src | |
| parent | ca13cdce78473241414466972a742410ddb37543 (diff) | |
| download | abrt-f5e694da92a1bff42bbf442befd421a573d15e62.tar.gz abrt-f5e694da92a1bff42bbf442befd421a573d15e62.tar.xz abrt-f5e694da92a1bff42bbf442befd421a573d15e62.zip | |
added valgrind and strace to blacklist
Diffstat (limited to 'src')
| -rw-r--r-- | src/Daemon/abrt.conf | 5 |
1 files changed, 1 insertions, 4 deletions
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] |
