aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue <netblue30@protonmail.com>2020-10-04 09:55:44 -0400
committerLibravatar netblue <netblue30@protonmail.com>2020-10-04 09:55:44 -0400
commit6abb65d328af61d67361890743190bd4c57f8e3c (patch)
tree8a7567b04b7d49573569bc773160fe461b3ce016
parenttesting 0.9.64rc1 (diff)
downloadfirejail-0.9.64rc1.tar.gz
firejail-0.9.64rc1.tar.zst
firejail-0.9.64rc1.zip
testing 0.9.64rc1 - disable dumpable working for this release, problems on Debian8; we will bring it back in the next release0.9.64rc1
-rw-r--r--src/include/common.h4
1 files changed, 3 insertions, 1 deletions
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 @@
39#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) 39#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)
40 40
41// check if processes run with dumpable flag set 41// check if processes run with dumpable flag set
42#define WARN_DUMPABLE 42// currently we get "Error fseccomp: I am dumpable" every time we run a firejail build on Debian 8,
43// regardless what Debian version we run the build on
44//#define WARN_DUMPABLE
43 45
44// macro to print ip addresses in a printf statement 46// macro to print ip addresses in a printf statement
45#define PRINT_IP(A) \ 47#define PRINT_IP(A) \