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.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/firejail/checkcfg.c b/src/firejail/checkcfg.c
index 019b54773..f5ea7439b 100644
--- a/src/firejail/checkcfg.c
+++ b/src/firejail/checkcfg.c
@@ -272,6 +272,14 @@ void print_compiletime_support(void) {
272#endif 272#endif
273 ); 273 );
274 274
275 printf("\t- overlayfs support is %s\n",
276#ifdef HAVE_OVERLAYFS
277 "enabled"
278#else
279 "disabled"
280#endif
281 );
282
275 printf("\t- file and directory whitelisting support is %s\n", 283 printf("\t- file and directory whitelisting support is %s\n",
276#ifdef HAVE_WHITELIST 284#ifdef HAVE_WHITELIST
277 "enabled" 285 "enabled"