Skip to content

Commit

Permalink
testing 0.9.64rc1 - disable dumpable working for this release, proble…
Browse files Browse the repository at this point in the history
…ms on Debian8; we will bring it back in the next release
  • Loading branch information
netblue30 committed Oct 4, 2020
1 parent 98e42dc commit 6abb65d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/include/common.h
Expand Up @@ -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) \
Expand Down

0 comments on commit 6abb65d

Please sign in to comment.