Package: clamav-daemon Version: 0.97.3+dfsg-2.2 Severity: normal Please apply a patch like the following to label the /run directory for SE Linux.
--- /etc/init.d/clamav-daemon.orig 2012-06-16 02:12:56.000844605 +0000 +++ /etc/init.d/clamav-daemon 2012-06-16 02:13:22.648848190 +0000 @@ -204,6 +204,7 @@ [ -n "$User" ] || User=clamav mkdir -p -m 0755 "$DIR" chown "$User" "$DIR" + [ -x /sbin/restorecon ] && /sbin/restorecon "$DIR" } # Debconf Functions _______________________________________________ Pkg-clamav-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-clamav-devel
