aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/firejail/checkcfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/checkcfg.c b/src/firejail/checkcfg.c
index cb087d395..6726abdc8 100644
--- a/src/firejail/checkcfg.c
+++ b/src/firejail/checkcfg.c
@@ -294,7 +294,7 @@ errout:
294 294
295void print_compiletime_support(void) { 295void print_compiletime_support(void) {
296 printf("Compile time support:\n"); 296 printf("Compile time support:\n");
297 printf("\t- Always force nonewprivs support is %s\n", 297 printf("\t- always force nonewprivs support is %s\n",
298#ifdef HAVE_FORCE_NONEWPRIVS 298#ifdef HAVE_FORCE_NONEWPRIVS
299 "enabled" 299 "enabled"
300#else 300#else