On Sat, 2012-10-13 at 18:59:13 +1100, Russell Coker wrote: > Package: dpkg > Version: 1.16.8 > Severity: normal > > After reinstalling the postfix package the files /usr/sbin/postdrop and > /usr/sbin/postqueue are always mislabelled. This happens on multiple systems > running wheezy. I don't know why and I'm not even certain that it's not > something strange with the postfix package. > > I would be happy to give root:unconfined_u access on a test system to anyone > who wants to investigate this. > > Also after filing this bug report I'll forward it to other people with SE > Linux experience who hopefully have more time for dpkg debugging than I do.
Isn't that expected when one uses chown (or even maybe chmod) on the files? If so this would seem like the culprit from the maintainer scripts. It's also doing dpkg-statoverride --update, which does not support SE Linux, and would need a subsequent restorecon I guess. So it would seem like a problem in the postfix package. Though, we could clone and keep a wishlst bug report for dpkg to add SE Linux support to dpkg-statoverride perhaps. thanks, guillem -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

