Tripwire: Difference between revisions
From James's Wiki
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
if the passwords arn't set up for whatever reason: | if the passwords arn't set up for whatever reason: | ||
sudo dpkg-reconfigure tripwire | sudo dpkg-reconfigure tripwire | ||
to update changes to your system the easy way: | |||
sudo tripwire -m c -I | |||
==References== | ==References== |
Revision as of 13:06, 3 March 2018
sudo apt install tripwire
setpassphrases ect during install
sudo tripwire --init
sudo tripwire --check
after editing the policy file do this:
sudo twadmin -m P /etc/tripwire/twpol.txt
sudo tripwire --init
sudo tripwire --check
if the passwords arn't set up for whatever reason:
sudo dpkg-reconfigure tripwire
to update changes to your system the easy way:
sudo tripwire -m c -I