From 21918f6d92f9261cc45f208ac407819980d4a59c Mon Sep 17 00:00:00 2001 From: smitsohu Date: Mon, 17 Aug 2020 22:10:07 +0200 Subject: cleanup --- src/fnet/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fnet') diff --git a/src/fnet/main.c b/src/fnet/main.c index 22879b8ce..f6316a7fe 100644 --- a/src/fnet/main.c +++ b/src/fnet/main.c @@ -70,7 +70,7 @@ printf("\n"); return 0; } #ifdef WARN_DUMPABLE - if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 1 && getuid() && getenv("FIREJAIL_PLUGIN")) + if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 1 && getuid()) fprintf(stderr, "Error fnet: I am dumpable\n"); #endif char *quiet = getenv("FIREJAIL_QUIET"); -- cgit v1.2.3-54-g00ecf