diff options
Diffstat (limited to 'src/Daemon/abrt.conf')
-rw-r--r-- | src/Daemon/abrt.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/Daemon/abrt.conf b/src/Daemon/abrt.conf new file mode 100644 index 00000000..af5b3956 --- /dev/null +++ b/src/Daemon/abrt.conf @@ -0,0 +1,14 @@ +# test conf file. it will be generated in the future +# Enable GPG check +EnableOpenGPG = no +# GPG keys +OpenGPGPublicKeys = /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora +# blacklisted packages +BlackList = bash, bind, apache2 +# enabled plugins +EnabledPlugins = SQLite3, CCpp, Mailx, Kerneloops, KerneloopsReporter +# selected DB plugin +Database = SQLite3 +# reporters association +CCpp = Mailx +Kerneloops = KerneloopsReporter |