John Horne
Thu, 30 Nov 2006 15:19:58 -0800
On Thu, 2006-11-30 at 12:59 -0800, Mark Ness wrote: > Not to sound impatient, but is there any word from RH devel about > updates to fix this problem? > I know you said before that Fedora was supposed to provide an update > for selinux, and they either changed their minds or haven't gotten > around to it yet (sorry I don't have the thread to qyote but > I'm sure you recall mentioning "something" along those lines). > The problem seems to have been fixed in FC6, but for FC5 it has been released in selinux-policy-2.3.7-4.fc5. At present FC5 runs selinux-policy-2.3.7-2.fc5, so it is probably still in updates-testing. I have attached a small patch which you can apply to rkhunter 1.2.9 to see if it helps. John. -- --------------------------------------------------------------- John Horne, University of Plymouth, UK Tel: +44 (0)1752 233914 E-mail: [EMAIL PROTECTED] Fax: +44 (0)1752 233839
--- rkhunter.orig 2006-09-30 03:14:26.000000000 +0100
+++ rkhunter 2006-11-30 22:50:51.000000000 +0000
@@ -2367,7 +2367,7 @@
for J in ${FILEHASHES}; do
if [ "$PRELINKING" -eq "1" -a "$PRELINKFOUND" -eq "1" ]
then
- PRELINKVERIFY=`${PRELINKBINARY} --verify ${file} > ${TMPDIR}/prelink.tst`
+ PRELINKVERIFY=`runcon -t unconfined_t -- ${PRELINKBINARY} --verify ${file} > ${TMPDIR}/prelink.tst 2>/dev/null`
myhash=`${md5} ${TMPDIR}/prelink.tst | cut -d " " -f 1`
else
myhash=`${md5} ${file} | cut -d " " -f 1`
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Rkhunter-users mailing list Rkhunter-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rkhunter-users