From 21918f6d92f9261cc45f208ac407819980d4a59c Mon Sep 17 00:00:00 2001 From: smitsohu Date: Mon, 17 Aug 2020 22:10:07 +0200 Subject: cleanup --- src/fseccomp/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fseccomp') diff --git a/src/fseccomp/main.c b/src/fseccomp/main.c index 6b7800f35..13eb3dfe7 100644 --- a/src/fseccomp/main.c +++ b/src/fseccomp/main.c @@ -70,6 +70,7 @@ printf("\n"); } #ifdef WARN_DUMPABLE + // check FIREJAIL_PLUGIN in order to not print a warning during make if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 1 && getuid() && getenv("FIREJAIL_PLUGIN")) fprintf(stderr, "Error fseccomp: I am dumpable\n"); #endif -- cgit v1.2.3-54-g00ecf