From: Lennart Poettering Date: Wed, 10 Feb 2021 09:50:23 +0000 (+0100) Subject: analyze: slightly reword PrivatTmp= message X-Git-Tag: v248-rc1~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77552b9520ba0d47cbf33cdbe1ddedb9ce9b5bf3;p=thirdparty%2Fsystemd.git analyze: slightly reword PrivatTmp= message Apparently there way confusion about "does not apply". Let's say "is not appropriate". Fixes: #13095 --- diff --git a/src/analyze/analyze-security.c b/src/analyze/analyze-security.c index 8d94fbc5d79..99ec7b5b65b 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 {