summaryrefslogtreecommitdiffstats
path: root/lib/MiddleWare
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-02-19 14:34:16 +0100
committerZdenek Prikryl <zprikryl@redhat.com>2009-02-19 14:34:16 +0100
commit0c899d52e5e42caf8c5c394ef6c142c08ac38858 (patch)
treeaef13664000c9feb33fbe81468f4d58bbf8480da /lib/MiddleWare
parent88c460748a33c899ad6b913b54b0512682981678 (diff)
downloadabrt-0c899d52e5e42caf8c5c394ef6c142c08ac38858.tar.gz
abrt-0c899d52e5e42caf8c5c394ef6c142c08ac38858.tar.xz
abrt-0c899d52e5e42caf8c5c394ef6c142c08ac38858.zip
new config
Diffstat (limited to 'lib/MiddleWare')
-rw-r--r--lib/MiddleWare/crash-catcher.conf13
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