aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/firejail/profile.c1
-rw-r--r--todo2
2 files changed, 1 insertions, 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) {
189 else if (strncmp(ptr, "netfilter ", 10) == 0) { 189 else if (strncmp(ptr, "netfilter ", 10) == 0) {
190#ifdef HAVE_NETWORK 190#ifdef HAVE_NETWORK
191 if (checkcfg(CFG_NETWORK)) { 191 if (checkcfg(CFG_NETWORK)) {
192 arg_netfilter = 1;
192 arg_netfilter_file = strdup(ptr + 10); 193 arg_netfilter_file = strdup(ptr + 10);
193 if (!arg_netfilter_file) 194 if (!arg_netfilter_file)
194 errExit("strdup"); 195 errExit("strdup");
diff --git a/todo b/todo
index d47a47fd0..7b59dcac4 100644
--- a/todo
+++ b/todo
@@ -73,5 +73,3 @@ CapPrm: 0000000000000000
73CapEff: 0000000000000000 73CapEff: 0000000000000000
74CapBnd: 0000003fffffffff 74CapBnd: 0000003fffffffff
75CapAmb: 0000000000000000 75CapAmb: 0000000000000000
76
7711. net_netfilter.exp broken