> as far as I understood the best way is to update the following parameter in > the file /etc/chkrootkit.conf
> RUN_DAILY_OPTS="-q -e" Actually, you should use the following: RUN_DAILY_OPTS="-q -e /lib/init/rw/.ramfs" If you'd like to exclude more than one file, you can repeat the -e option, e.g.: RUN_DAILY_OPTS="-q -e /lib/init/rw/.ramfs -e another_path" -- rpr. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

