diff --git a/haveged.changes b/haveged.changes index 1c6256b..1de721a 100644 --- a/haveged.changes +++ b/haveged.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 24 19:48:16 UTC 2012 - crrodriguez@opensuse.org + +- Tight up systemd service file, this daemon does not + need network and can use PrivateNetwork=yes + ------------------------------------------------------------------- Mon Aug 13 13:15:15 UTC 2012 - mvyskocil@suse.cz diff --git a/haveged.service b/haveged.service index c2f66fb..44cb87d 100644 --- a/haveged.service +++ b/haveged.service @@ -5,6 +5,7 @@ Description=Haveged Entropy Gathering Daemon Type=simple ExecStart=/usr/sbin/haveged -w 1024 -v 0 -F CapabilityBoundingSet=CAP_SYS_ADMIN - +PrivateNetwork=yes +PrivateTmp=yes [Install] WantedBy=multi-user.target