aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-09-05 01:06:32 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-09-05 01:07:34 -0300
commit5b206611c01e42a6d63c596be45bcf085832b035 (patch)
tree57030d03ddc91b7126270d3cc618edb649ecb3ac /src
parentAdd profile for chafa (#5355) (diff)
downloadfirejail-5b206611c01e42a6d63c596be45bcf085832b035.tar.gz
firejail-5b206611c01e42a6d63c596be45bcf085832b035.tar.zst
firejail-5b206611c01e42a6d63c596be45bcf085832b035.zip
Revert "landlock: support in firejail --version"
This reverts commit 2f3c19a87dd49b220f69f27f8c14c627277355d6. Part of reverting commits with Landlock-related changes.
Diffstat (limited to 'src')
-rw-r--r--src/firejail/checkcfg.c8
1 files changed, 0 insertions, 8 deletions
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) {
378#endif 378#endif
379 ); 379 );
380 380
381 printf("\t- Landlock support is %s\n",
382#ifdef HAVE_LANDLOCK
383 "enabled"
384#else
385 "disabled"
386#endif
387 );
388
389 printf("\t- networking support is %s\n", 381 printf("\t- networking support is %s\n",
390#ifdef HAVE_NETWORK 382#ifdef HAVE_NETWORK
391 "enabled" 383 "enabled"