summaryrefslogtreecommitdiffstats
path: root/inc/crash_types.h
diff options
context:
space:
mode:
authorNikola Pajkovsky <npajkovs@redhat.com>2010-11-15 16:40:47 +0100
committerNikola Pajkovsky <npajkovs@redhat.com>2010-11-15 16:40:47 +0100
commit746e0fc91c8e169f36e6e8678426d8aad23ca7d0 (patch)
tree3df512ba62d55c4ae2e019df6ee314335aa7f3f5 /inc/crash_types.h
parentda564d0e3b98e0ad62af9877c32f6c5a1ef510c9 (diff)
downloadabrt-746e0fc91c8e169f36e6e8678426d8aad23ca7d0.tar.gz
abrt-746e0fc91c8e169f36e6e8678426d8aad23ca7d0.tar.xz
abrt-746e0fc91c8e169f36e6e8678426d8aad23ca7d0.zip
rhbz 623142
Save tainted flag from /proc/sys/kernel/tainted. When flag is set to 1 TAINED string is added to bugzilla summary. Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
Diffstat (limited to 'inc/crash_types.h')
-rw-r--r--inc/crash_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/crash_types.h b/inc/crash_types.h
index 25dbcd46..5eba6480 100644
--- a/inc/crash_types.h
+++ b/inc/crash_types.h
@@ -49,6 +49,7 @@
#define FILENAME_REPRODUCE "reproduce"
#define FILENAME_RATING "rating"
#define FILENAME_HOSTNAME "hostname"
+#define FILENAME_TAINTED "tainted"
// Optional. Set to "1" by abrt-handle-upload for every unpacked crashdump
#define FILENAME_REMOTE "remote"
// TODO: TicketUploader also has open-coded "TICKET", "CUSTOMER" files