diff options
Diffstat (limited to 'src/Daemon')
| -rw-r--r-- | src/Daemon/abrt.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Daemon/abrt.conf b/src/Daemon/abrt.conf index bdb86805..1943ac68 100644 --- a/src/Daemon/abrt.conf +++ b/src/Daemon/abrt.conf @@ -3,7 +3,7 @@ # only crashes in signed packages will be analyzed. # the list of public keys used to check the signature is # in the file gpg_keys -OpenGPGCheck = no +OpenGPGCheck = yes # Blacklisted packages BlackList = nspluginwrapper, valgrind, strace # Process crashes in executables which do not belong to any package? @@ -19,12 +19,14 @@ Database = SQLite3 #WatchCrashdumpArchiveDir = /var/spool/abrt-upload # Max size for crash storage [MiB] MaxCrashReportsSize = 1000 + # Vector of actions and reporters which are activated immediately # after a crash occurs, comma separated. #ActionsAndReporters = Mailx("[abrt] new crash was detected") #ActionsAndReporters = FileTransfer("store") ActionsAndReporters = RunApp("test x\"`cat component`\" = x\"xorg-x11-server-Xorg\" && cp /var/log/Xorg.0.log .") + # What actions or reporters to run on each crash type [ AnalyzerActionsAndReporters ] Kerneloops = KerneloopsReporter @@ -32,6 +34,7 @@ CCpp = Bugzilla, Logger Python = Bugzilla, Logger #CCpp:xorg-x11-apps = RunApp("date", "date.txt") + # Which Action plugins to run repeatedly [ Cron ] # h:m - at h:m |
