HOWTO Setup Tripwire: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 14: | Line 14: | ||
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: | 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/ | |||
# twadmin --create-polfile -S /etc/tripwire/site.key /etc/tripwire/twpol.txt | |||
# tripwire --init | # tripwire --init | ||
# tripwire --check | # tripwire --check |
Revision as of 23:05, 25 August 2006
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/site.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