I decided to use something like this instead of tripwire
OFILE=$HOSTNAME-`date +%Y%m%d-%H%M%S`.md5
/bin/echo "Building file list . . ."
/usr/bin/find /bin /boot /initrd /misc /mnt /selinux /sys /tftpboot /udev /etc /lib /opt /properties /home/tomcat /root /sbin /usr /var -type f > /root/filelist
/bin/echo "Hashing . . ."
/bin/cat /root/filelist | /usr/bin/xargs /usr/bin/md5sum > /root/$OFILE
/bin/rm /root/filelist
/bin/chmod 400 /root/$OFILE
/bin/echo "Done"
anyone see any potential problems with it?
At 01:59 PM 5/20/2004, you wrote:
On Thu, 20 May 2004 11:07:42 -0700, "Jonathan Gardner" <jgardner@xxxxxxxxxxxxxxxxxxx> said: > On Wednesday 19 May 2004 03:00 pm, Michael Yep wrote: > > Does anyone know why tripwire is not included in fedora? I there > > something better? > > rpm -V
Can rpm be used to verify an entire filesystem with one command, including anything not controlled or installed by rpm? ? rpm -V seems to want a package name.
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
Michael Yep Development / Technical Operations RemoteLink, Inc. (630) 983-0072 x164