Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2003 14:54:16 +0300
From:      "Yonatan Bokovza" <Yonatan@xpert.com>
To:        "Nelson Murilo" <nelson@pangeia.com.br>
Cc:        jessen@nic.br
Subject:   RE: [solution] chkrootkit reports infected files
Message-ID:  <C2DC75EEA405354AA9C03EF5CB8CDE089AAAC1@exchange.xpert.com>

next in thread | raw e-mail | index | archive | help
> -----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;=20
> jessen@nic.br
> Subject: Re: [solution] chkrootkit reports infected files
>=20
>=20
>=20
> Hi Yonatan,
>=20
> I fixed all bugs in 5.x in 0.42 (next release), I look for
> your patch for chk_vdir.
>=20
> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C2DC75EEA405354AA9C03EF5CB8CDE089AAAC1>