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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3ad07d21c3592525ee2f4760ea114bbaa9752a9;p=thirdparty%2Fsystemd.git timesyncd: limit capabilities to CAP_SYS_TIME --- diff --git a/units/systemd-timesyncd.service.in b/units/systemd-timesyncd.service.in index 21015c64b1b..e279d1bc29f 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