[Integrit-users] config
Brought to you by:
ecashin
From: matt <ma...@ci...> - 2001-08-29 10:36:07
|
Hello again list, I have finally got integrit to do what I want. Can anyone tell me a better way to check all files below /bin and /etc inclusive? --start-config-- root=/ current=/root/integrit/current.db known=/root/integrit/known.db /bin ! /boot ! /dev /etc ! /home ! /install ! /lib ! /lost+found ! /mnt ! /proc ! /root ! /sbin ! /tmp ! /usr ! /var --end-config-- Thanks, Matt -- #!/usr/bin/perl $A='A';while(print+($A.=(grep{($A=~/(...).{78}$/)[0]eq$_}" A A A " =~m{(...)}g)?"A":" ")=~/([ A])$/){if(!(++$l%80)){print"\n";sleep 1}} |