diff options
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] |
