From d99a70529637d44cdd8f6ade3b981ea33f09d90d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 19 Mar 2014 16:45:28 +0100 Subject: units: make use of PrivateTmp=yes and PrivateDevices=yes for all our long-running daemons --- units/systemd-localed.service.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'units/systemd-localed.service.in') diff --git a/units/systemd-localed.service.in b/units/systemd-localed.service.in index 1951123a03..6fb05655ca 100644 --- a/units/systemd-localed.service.in +++ b/units/systemd-localed.service.in @@ -15,3 +15,5 @@ ExecStart=@rootlibexecdir@/systemd-localed BusName=org.freedesktop.locale1 CapabilityBoundingSet= WatchdogSec=1min +PrivateTmp=yes +PrivateDevices=yes -- cgit v1.2.1