HOWTO Setup Tripwire
Setting Up a Tripwire Installation
# emerge tripwire # cd /etc/tripwire # tripwire --init # twadmin --create-polfile twpol.txt # twadmin --create-polfile -S hostname-local.key twpol.txt
Generate a Report
# tripwire --check
File System Error Messages
To get rid of "File system error." messages where the file or folder does not exist, comment out the culprits from /etc/tripwire/twpol.txt Then, update the policy file and re-init the db:
# twadmin --create-polfile -S /etc/tripwire/hostname-local.key /etc/tripwire/twpol.txt # tripwire --init # tripwire --check
After System Changes
After you emerge packages or change config files:
# tripwire --update --twrfile /var/lib/tripwire/report/a_previous_integrity_report.twr