set PrivateTmp systemd option (#782488)

This commit is contained in:
Enrico Scholz 2012-01-21 13:30:21 +01:00
parent adba5caebf
commit 60764cd5d2
2 changed files with 2 additions and 0 deletions

View File

@ -854,6 +854,7 @@ test "$1" != "0" || /sbin/initctl -q stop clamav-milter || :
%changelog
* Sat Jan 21 2012 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
- rewrote clamav-notify-servers to be init system neutral
- set PrivateTmp systemd option (#782488)
* Sun Jan 8 2012 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.97.3-1702
- set correct SELinux context for logfiles generated in %%post (#754555)

View File

@ -6,3 +6,4 @@ After = syslog.target nss-lookup.target network.target
Type = simple
ExecStart = /usr/sbin/clamd -c /etc/clamd.d/%i.conf --nofork=yes
Restart = on-failure
PrivateTmp = true