b404a9
From b4fdb9cccbb6b9ea953e2a633d08ace920f84850 Mon Sep 17 00:00:00 2001
b404a9
From: Jakub Filak <jfilak@redhat.com>
b404a9
Date: Mon, 24 Feb 2014 17:53:29 +0100
b404a9
Subject: [ABRT PATCH 37/40] sos: capture all necessary data
b404a9
b404a9
Thanks Deepu K S <dkochuka@redhat.com>
b404a9
b404a9
Closes rhbz#1069278
b404a9
b404a9
Signed-off-by: Jakub Filak <jfilak@redhat.com>
b404a9
---
b404a9
 src/daemon/abrt_event.conf | 2 ++
b404a9
 1 file changed, 2 insertions(+)
b404a9
b404a9
diff --git a/src/daemon/abrt_event.conf b/src/daemon/abrt_event.conf
b404a9
index fe9c3d5..380b312 100644
b404a9
--- a/src/daemon/abrt_event.conf
b404a9
+++ b/src/daemon/abrt_event.conf
b404a9
@@ -74,6 +74,8 @@ EVENT=post-create
b404a9
                 --only=memory --only=networking --only=nfsserver --only=pam \
b404a9
                 --only=process --only=rpm -k rpm.rpmva=off --only=ssh \
b404a9
                 --only=startup --only=yum --only=general --only=x11 \
b404a9
+                --only=cups --only=logs --only=grub2 --only=cron --only=pci \
b404a9
+                --only=auditd --only=selinux --only=lvm2 --only=sar \
b404a9
                 >sosreport.log 2>&1 \
b404a9
         && {
b404a9
                 rm sosreport.log
b404a9
-- 
b404a9
1.8.3.1
b404a9