From 6abb65d328af61d67361890743190bd4c57f8e3c Mon Sep 17 00:00:00 2001 From: netblue Date: Sun, 4 Oct 2020 09:55:44 -0400 Subject: testing 0.9.64rc1 - disable dumpable working for this release, problems on Debian8; we will bring it back in the next release --- src/include/common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/common.h b/src/include/common.h index 68d60fef3..2fa61cc91 100644 --- a/src/include/common.h +++ b/src/include/common.h @@ -39,7 +39,9 @@ #define errExit(msg) do { char msgout[500]; snprintf(msgout, 500, "Error %s: %s:%d %s", msg, __FILE__, __LINE__, __FUNCTION__); perror(msgout); exit(1);} while (0) // check if processes run with dumpable flag set -#define WARN_DUMPABLE +// currently we get "Error fseccomp: I am dumpable" every time we run a firejail build on Debian 8, +// regardless what Debian version we run the build on +//#define WARN_DUMPABLE // macro to print ip addresses in a printf statement #define PRINT_IP(A) \ -- cgit v1.2.3-54-g00ecf