summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 7fa17c99f5..392fadf68f 100644
--- a/src/analyze/analyze-security.c
+++ b/src/analyze/analyze-security.c
@@ -746,7 +746,7 @@ static const struct security_assessor security_assessor_table[] = {
{
.id = "ProtectControlGroups=",
.description_good = "Service cannot modify the control group file system",
- .description_bad = "Service may modify to the control group file system",
+ .description_bad = "Service may modify the control group file system",
.url = "https://www.freedesktop.org/software/systemd/man/systemd.exec.html#ProtectControlGroups=",
.weight = 1000,
.range = 1,