I'm running RH9 with all the latest updates. I have been noticeing in
mail to root about Tripwire. Is Tripwire automaticly setup when
installing RH or do you have to set it up after installing?
You have to set it up:
cd /etc/tripwire
vi twpol.txt # customize for your system, use your preferred editor
./twinstall.sh
tripwire -m i
You'll probably have to tweak it a bit to eliminate error messages about
missing files:
cd /etc/tripwire
vi twpol.txt
tripwire -m p twpol.txt
See the man pages for more details.