From 5b206611c01e42a6d63c596be45bcf085832b035 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Mon, 5 Sep 2022 01:06:32 -0300 Subject: Revert "landlock: support in firejail --version" This reverts commit 2f3c19a87dd49b220f69f27f8c14c627277355d6. Part of reverting commits with Landlock-related changes. --- src/firejail/checkcfg.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src') diff --git a/src/firejail/checkcfg.c b/src/firejail/checkcfg.c index fd2f3621e..62b8c4dc4 100644 --- a/src/firejail/checkcfg.c +++ b/src/firejail/checkcfg.c @@ -378,14 +378,6 @@ void print_compiletime_support(void) { #endif ); - printf("\t- Landlock support is %s\n", -#ifdef HAVE_LANDLOCK - "enabled" -#else - "disabled" -#endif - ); - printf("\t- networking support is %s\n", #ifdef HAVE_NETWORK "enabled" -- cgit v1.2.3-70-g09d2