diff --git a/rsync.changes b/rsync.changes index e8bad86..5a87c60 100644 --- a/rsync.changes +++ b/rsync.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 26 20:46:02 UTC 2012 - crrodriguez@opensuse.org + +- All daemons that create temporary files must have + PrivateTmp=true set in systemd unit if possible. + ------------------------------------------------------------------- Sun Feb 5 23:25:26 UTC 2012 - crrodriguez@opensuse.org diff --git a/rsyncd.service b/rsyncd.service index be2d94f..3e0d56a 100644 --- a/rsyncd.service +++ b/rsyncd.service @@ -6,5 +6,7 @@ After=network.target ExecStart=/usr/sbin/rsyncd --daemon --no-detach IOSchedulingClass=idle CPUSchedulingPolicy=batch +PrivateTmp=true + [Install] WantedBy=multi-user.target \ No newline at end of file