I have attached an alternate patch that instead just relabels the files if SE
Linux is active.
This type of patch is currently being used in several other init scripts such
as /etc/init.d/x11-common and /etc/init.d/udev, so it's not new, uncommon, or
something that is likely to break things.
Could you please try and get a fix for this in Wheezy?
--
My Main Blog http://etbe.coker.com.au/
My Documents Blog http://doc.coker.com.au/
--- rpcbind.orig 2012-06-13 00:02:19.000000000 +1000
+++ rpcbind 2012-06-14 10:45:53.000000000 +1000
@@ -50,6 +50,7 @@
then
touch $STATEDIR/portmap.xdr
fi
+ [ -x /sbin/restorecon ] && /sbin/restorecon $STATEDIR/*.xdr
log_begin_msg "Starting rpcbind daemon..."
pid=$( pidofproc /sbin/rpcbind )
if [ -n "$pid" ]