summaryrefslogtreecommitdiffstats
path: root/src/Daemon/abrt.conf
blob: 025dc07cdf5964c8a44ad1ec8d0c9de6b08a2db1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# test conf file. it will be generated in the future

# common abrt settings
[ Common ]
# 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
# max size for coredumps storage
MaxCrashReportsSize = 1000

# reporters association
[ Reporters ]
CCpp = Mailx
Kerneloops = KerneloopsReporter

# actions association
[ Actions ]