summaryrefslogtreecommitdiff
path: root/src/analyze
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-02-10 10:50:23 +0100
committerLennart Poettering <lennart@poettering.net>2021-02-10 12:14:29 +0100
commit77552b9520ba0d47cbf33cdbe1ddedb9ce9b5bf3 (patch)
tree318bdb587f815b2bb1eb39fb83aa578d869d89d5 /src/analyze
parent228f5ed3a406b4b4aec55b97c464d1c5e1d6da5b (diff)
downloadsystemd-77552b9520ba0d47cbf33cdbe1ddedb9ce9b5bf3.tar.gz
analyze: slightly reword PrivatTmp= message
Apparently there way confusion about "does not apply". Let's say "is not appropriate". Fixes: #13095
Diffstat (limited to 'src/analyze')
-rw-r--r--src/analyze/analyze-security.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyze/analyze-security.c b/src/analyze/analyze-security.c
index 8d94fbc5d7..99ec7b5b65 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 {