From: Lennart Poettering Date: Wed, 10 Feb 2021 09:50:23 +0000 (+0100) Subject: analyze: slightly reword PrivateTmp= message X-Git-Tag: archive/raspbian/247.3-6+rpi1^2~31 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2fcc7073f7250937db701bcba1679ae24df304f1;p=systemd.git analyze: slightly reword PrivateTmp= message 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 --- diff --git a/src/analyze/analyze-security.c b/src/analyze/analyze-security.c index 8d94fbc5..99ec7b5b 100644 --- a/src/analyze/analyze-security.c +++ b/src/analyze/analyze-security.c @@ -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 {