aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-03-24 09:08:22 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-03-24 09:08:22 -0400
commitc7f7ce488796d93597ad9612ce9be0c40dad74bb (patch)
treeaeabe5447c3b56d0474afbfb3c3fa8bae460ec3f
parentwhitelist /var fixes (diff)
downloadfirejail-c7f7ce488796d93597ad9612ce9be0c40dad74bb.tar.gz
firejail-c7f7ce488796d93597ad9612ce9be0c40dad74bb.tar.zst
firejail-c7f7ce488796d93597ad9612ce9be0c40dad74bb.zip
fix netfilter problem
-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