diff options
author | Zdenek Prikryl <zprikryl@redhat.com> | 2009-02-19 14:34:16 +0100 |
---|---|---|
committer | Zdenek Prikryl <zprikryl@redhat.com> | 2009-02-19 14:34:16 +0100 |
commit | 0c899d52e5e42caf8c5c394ef6c142c08ac38858 (patch) | |
tree | aef13664000c9feb33fbe81468f4d58bbf8480da /lib/MiddleWare | |
parent | 88c460748a33c899ad6b913b54b0512682981678 (diff) | |
download | abrt-0c899d52e5e42caf8c5c394ef6c142c08ac38858.tar.gz abrt-0c899d52e5e42caf8c5c394ef6c142c08ac38858.tar.xz abrt-0c899d52e5e42caf8c5c394ef6c142c08ac38858.zip |
new config
Diffstat (limited to 'lib/MiddleWare')
-rw-r--r-- | lib/MiddleWare/crash-catcher.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/MiddleWare/crash-catcher.conf b/lib/MiddleWare/crash-catcher.conf new file mode 100644 index 00000000..d8adce72 --- /dev/null +++ b/lib/MiddleWare/crash-catcher.conf @@ -0,0 +1,13 @@ +# test conf file. it will be generated in the future +# Enable GPG check +EnableOpenGPG = yes +# GPG keys +OpenGPGPublicKeys = /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora +# blacklisted packages +BlackList = bash, bind, apache2 +# enabled plugins +EnabledPlugins = SQLite3, CCpp, Mailx +# selected DB plugin +Database = SQLite3 +# reporters association +CCpp = Mailx
\ No newline at end of file |