typo: "May modify to" -> "May modify"

This commit is contained in:
Wieland Hoffmann 2020-01-18 08:38:29 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent 54dee8541b
commit 287cf2d802

View file

@ -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,