Discussion:
[PATCH] introduce FILENAME_EXPLOITABLE; related to abrt/abrt#703
Michal Toman
2013-09-12 13:38:42 UTC
Permalink
Signed-off-by: Michal Toman <mtoman-H+wXaHxf7aLQT0dZR+***@public.gmane.org>
---
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
Jakub Filak
2013-09-12 14:12:48 UTC
Permalink
Pushed. Thank you!

Loading...