RE: [solution] chkrootkit reports infected files

From: Yonatan Bokovza (Yonatan_at_xpert.com)
Date: 08/24/03

  • Next message: Colin Percival: "EoL dates"
    Date: Sun, 24 Aug 2003 14:54:16 +0300
    To: "Nelson Murilo" <nelson@pangeia.com.br>
    
    

    > -----Original Message-----
    > From: Nelson Murilo [mailto:nelson@pangeia.com.br]
    > Sent: Sunday, August 24, 2003 14:51
    > To: Yonatan Bokovza
    > Cc: freebsd-security@freebsd.org; cordeiro@luinil.nic.br;
    > jessen@nic.br
    > Subject: Re: [solution] chkrootkit reports infected files
    >
    >
    >
    > Hi Yonatan,
    >
    > I fixed all bugs in 5.x in 0.42 (next release), I look for
    > your patch for chk_vdir.
    >
    > Thanks a lot for your interest in chkrootkit,

    The difference is in chk_vdir:

    - if [ -r ${CMD} ]; then
    + if [ ! -r ${CMD} ]; then

    As things stands now, this returns NOT_FOUND if the file
    is readable, and errors out if the file doesn't exist, or isn't
    readable.
    _______________________________________________
    freebsd-security@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-security
    To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"


  • Next message: Colin Percival: "EoL dates"