From 58a08b0d2b5483dd48d3a321352344a2d6589707 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mar 26 2017 22:10:55 +0000 Subject: Fix clamav-milter startup under selinux (bug #1434176) --- diff --git a/clamav-milter.systemd b/clamav-milter.systemd index 8f1872c..a5c5c89 100644 --- a/clamav-milter.systemd +++ b/clamav-milter.systemd @@ -15,7 +15,6 @@ Group=clamilt PrivateTmp=yes PrivateDevices=yes -NoNewPrivileges=yes CapabilityBoundingSet=CAP_KILL ReadOnlyDirectories=/etc diff --git a/clamav.spec b/clamav.spec index 814e5d6..c6d378b 100644 --- a/clamav.spec +++ b/clamav.spec @@ -58,7 +58,7 @@ Requires(postun): /bin/systemctl\ Summary: End-user tools for the Clam Antivirus scanner Name: clamav Version: 0.99.2 -Release: 6%{?dist} +Release: 7%{?dist} License: %{?with_unrar:proprietary}%{!?with_unrar:GPLv2} Group: Applications/File URL: http://www.clamav.net @@ -887,6 +887,9 @@ test "$1" != "0" || /sbin/initctl -q stop clamav-milter || : %changelog +* Sun Mar 26 2017 Orion Poplawski - 0.99.2-7 +- Fix clamav-milter startup under selinux (bug #1434176) + * Sun Mar 26 2017 Orion Poplawski - 0.99.2-6 - Start clamav-milter after clamd@scan (bug #1356507))