analyze: slightly reword PrivateTmp= message
authorLennart Poettering <lennart@poettering.net>
Wed, 10 Feb 2021 09:50:23 +0000 (10:50 +0100)
committerMichael Biebl <biebl@debian.org>
Sun, 20 Mar 2022 19:55:25 +0000 (19:55 +0000)
Apparently there way confusion about "does not apply". Let's say "is not
appropriate".

Fixes: #13095
(cherry picked from commit 77552b9520ba0d47cbf33cdbe1ddedb9ce9b5bf3)

Gbp-Pq: Name analyze-slightly-reword-PrivateTmp-message.patch

src/analyze/analyze-security.c

index 8d94fbc5d794b744fd0fec5858340edd0cdd07e0..99ec7b5b65b499f0696a26d720d7aaea15bac80b 100644 (file)
@@ -1545,7 +1545,7 @@ static int assess(const struct security_info *info, Table *overview_table, Analy
 
                 if (a->default_dependencies_only && !info->default_dependencies) {
                         badness = UINT64_MAX;
-                        d = strdup("Service runs in special boot phase, option does not apply");
+                        d = strdup("Service runs in special boot phase, option is not appropriate");
                         if (!d)
                                 return log_oom();
                 } else {