aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/checkcfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/checkcfg.c')
-rw-r--r--src/firejail/checkcfg.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/firejail/checkcfg.c b/src/firejail/checkcfg.c
index d2289bb40..7792c6541 100644
--- a/src/firejail/checkcfg.c
+++ b/src/firejail/checkcfg.c
@@ -363,6 +363,13 @@ static const char *const compiletime_support =
363 "disabled" 363 "disabled"
364#endif 364#endif
365 365
366 "\n\t- Landlock support is "
367#ifdef HAVE_LANDLOCK
368 "enabled"
369#else
370 "disabled"
371#endif
372
366 "\n\t- networking support is " 373 "\n\t- networking support is "
367#ifdef HAVE_NETWORK 374#ifdef HAVE_NETWORK
368 "enabled" 375 "enabled"