[PATCH] introduce FILENAME_EXPLOITABLE; related to abrt/abrt#703

Michal Toman mtoman at redhat.com
Thu Sep 12 13:38:42 UTC 2013


Signed-off-by: Michal Toman <mtoman at redhat.com>
---
 src/include/internal_libreport.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/include/internal_libreport.h b/src/include/internal_libreport.h
index 0f335a3..c59ecd7 100644
--- a/src/include/internal_libreport.h
+++ b/src/include/internal_libreport.h
@@ -867,6 +867,7 @@ struct dump_dir *open_directory_for_writing(
 #define FILENAME_PKG_ARCH      "pkg_arch"
 #define FILENAME_USERNAME      "username"
 #define FILENAME_ABRT_VERSION  "abrt_version"
+#define FILENAME_EXPLOITABLE   "exploitable"
 
 // Not stored as files, added "on the fly":
 #define CD_DUMPDIR            "Directory"
-- 
1.8.3.1



More information about the Crash-catcher mailing list