summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2020-11-06 10:13:19 +0100
committerThe Plumber <50238977+systemd-rhel-bot@users.noreply.github.com>2021-03-09 10:00:38 +0100
commitbf1b76b47629a7f0eacce4f26d01f3eea46e7bd6 (patch)
tree600bece9cba9a6699a9cf49445a370d3e008e25e
parent37a4f8256410e3ba1bf1eb7523ebc9f1a68b65e1 (diff)
downloadsystemd-239-41.2.tar.gz
fix typo in ProtectSystem= optionv239-41.2
This was introduced by commit d9ae3222cfbd5d2a48e6dbade6617085cc76f1c1 . (cherry picked from commit 573229efeb2c5ade25794deee8cfe2f967414ef7) Resolves: #1934500
-rw-r--r--units/systemd-resolved.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-resolved.service.in b/units/systemd-resolved.service.in
index aad1a53a5f..f10f1d1690 100644
--- a/units/systemd-resolved.service.in
+++ b/units/systemd-resolved.service.in
@@ -30,7 +30,7 @@ CapabilityBoundingSet=CAP_SETPCAP CAP_NET_RAW CAP_NET_BIND_SERVICE
AmbientCapabilities=CAP_SETPCAP CAP_NET_RAW CAP_NET_BIND_SERVICE
PrivateTmp=yes
PrivateDevices=yes
-ProtectSystems=strict
+ProtectSystem=strict
ProtectHome=yes
ProtectControlGroups=yes
ProtectKernelTunables=yes