aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-06-02 11:28:00 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2021-06-02 11:28:00 -0400
commit4522ccb4ef529fe9cafa60178027be139ce0e592 (patch)
treeca327d628f10c671701b58b561f34490dadd2590 /src
parentUpdate README.md & RELNOTES (diff)
downloadfirejail-4522ccb4ef529fe9cafa60178027be139ce0e592.tar.gz
firejail-4522ccb4ef529fe9cafa60178027be139ce0e592.tar.zst
firejail-4522ccb4ef529fe9cafa60178027be139ce0e592.zip
version 0.9.66rc1 released0.9.66rc1
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