How to configure tripwire to ignore certain files?

6

I run tripwire daily, I wish to make tripwire --check ignore certain files and directories. How can I do it?

Howard

Posted 2013-01-31T05:43:28.807

Reputation: 1 646

Answers

9

You gotta specify a stop point. On the text version of the policy file, it would look like this:

!/srv/ro/myfile1.txt ;
!/srv/ro/myfile2.txt ;

For more information search for "stop" at "man twpolicy"

mimoralea

Posted 2013-01-31T05:43:28.807

Reputation: 191