Bug#679852: opendkim: please use restorecon to apply a SE Linux label after creating a /run dir

2012-07-02 Thread Scott Kitterman
... + [ -x /sbin/restorecon ] /sbin/restorecon $RUNDIR ... Lintian whines about use of the full path here. Should this be ignored because we always want to use the system provide binary and not allow administrators to install their own? Also, if you want this in for Wheezy, I

Bug#679852: opendkim: please use restorecon to apply a SE Linux label after creating a /run dir

2012-07-02 Thread Russell Coker
On Mon, 2 Jul 2012, Scott Kitterman deb...@kitterman.com wrote: ... + [ -x /sbin/restorecon ] /sbin/restorecon $RUNDIR ... Lintian whines about use of the full path here. Should this be ignored because we always want to use the system provide binary and not allow

Bug#679852: opendkim: please use restorecon to apply a SE Linux label after creating a /run dir

2012-07-02 Thread Scott Kitterman
I have an RC bug in Squeeze that I'm investigating. I believe it's fixed in Wheezy already, be it would probably be best to wait on asking the release team until after I figure out if I need to fix something due to this other bug. -- To UNSUBSCRIBE, email to

Bug#679852: opendkim: please use restorecon to apply a SE Linux label after creating a /run dir

2012-07-02 Thread Scott Kitterman
Bug #679548 is going to need an upload, so I'll see if the release team will agree to this too. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#679852: opendkim: please use restorecon to apply a SE Linux label after creating a /run dir

2012-07-01 Thread Russell Coker
Package: opendkim Version: 2.6.0-1 Severity: normal Tags: patch Please apply the below patch to make the init.d script correctly label the RUNDIR for SE Linux. --- opendkim.orig 2012-07-02 14:41:50.0 +1000 +++ opendkim2012-07-02 14:36:52.0 +1000 @@ -48,6 +48,7 @@