--- isolation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isolation.c b/isolation.c index c944fb35..df58bb87 100644 --- a/isolation.c +++ b/isolation.c @@ -377,7 +377,7 @@ void isolate_postfork(const struct ctx *c) { struct sock_fprog prog; - prctl(PR_SET_DUMPABLE, 0); +// prctl(PR_SET_DUMPABLE, 0); switch (c->mode) { case MODE_PASST: -- 2.47.1