Package: dkim-filter Version: 2.8.2.dfsg-1.1 Severity: normal
Please make a change like the following to /etc/init.d/dkim-filter so that the new directory gets the correct SE Linux label. --- dkim-filter.orig 2012-06-16 02:15:39.496849375 +0000 +++ dkim-filter 2012-06-16 02:15:41.300871070 +0000 @@ -46,6 +46,7 @@ # Create the run directory if it doesn't exist if [ ! -d "$RUNDIR" ]; then install -o "$USER" -g "$GROUP" -m 755 -d "$RUNDIR" || return 2 + [ -x /sbin/restorecon ] && /sbin/restorecon "$RUNDIR" fi # Clean up stale sockets if [ -f "$PIDFILE" ]; then -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org