From c7f7ce488796d93597ad9612ce9be0c40dad74bb Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 24 Mar 2016 09:08:22 -0400 Subject: fix netfilter problem --- src/firejail/profile.c | 1 + todo | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/firejail/profile.c b/src/firejail/profile.c index 038676635..d7ea4a550 100644 --- a/src/firejail/profile.c +++ b/src/firejail/profile.c @@ -189,6 +189,7 @@ int profile_check_line(char *ptr, int lineno, const char *fname) { else if (strncmp(ptr, "netfilter ", 10) == 0) { #ifdef HAVE_NETWORK if (checkcfg(CFG_NETWORK)) { + arg_netfilter = 1; arg_netfilter_file = strdup(ptr + 10); if (!arg_netfilter_file) errExit("strdup"); diff --git a/todo b/todo index d47a47fd0..7b59dcac4 100644 --- a/todo +++ b/todo @@ -73,5 +73,3 @@ CapPrm: 0000000000000000 CapEff: 0000000000000000 CapBnd: 0000003fffffffff CapAmb: 0000000000000000 - -11. net_netfilter.exp broken -- cgit v1.2.3-70-g09d2