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 a0aa3138a..085221464 100644
--- a/src/firejail/checkcfg.c
+++ b/src/firejail/checkcfg.c
@@ -351,6 +351,14 @@ void print_compiletime_support(void) {
351#endif 351#endif
352 ); 352 );
353 353
354 printf("\t- private-cache and tmpfs as user %s\n",
355#ifdef HAVE_USERTMPFS
356 "enabled"
357#else
358 "disabled"
359#endif
360 );
361
354 printf("\t- SELinux support is %s\n", 362 printf("\t- SELinux support is %s\n",
355#ifdef HAVE_SELINUX 363#ifdef HAVE_SELINUX
356 "enabled" 364 "enabled"