From: Lennart Poettering Date: Thu, 15 May 2014 16:55:19 +0000 (+0200) Subject: timesyncd: limit capabilities to CAP_SYS_TIME X-Git-Tag: v213~142 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=e3ad07d21c3592525ee2f4760ea114bbaa9752a9;ds=sidebyside timesyncd: limit capabilities to CAP_SYS_TIME --- diff --git a/units/systemd-timesyncd.service.in b/units/systemd-timesyncd.service.in index 21015c64b..e279d1bc2 100644 --- a/units/systemd-timesyncd.service.in +++ b/units/systemd-timesyncd.service.in @@ -16,6 +16,7 @@ Type=notify Restart=always RestartSec=0 ExecStart=@rootlibexecdir@/systemd-timesyncd +CapabilityBoundingSet=CAP_SYS_TIME [Install] WantedBy=multi-user.target