]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/tripwire/twpol.txt
MPFire erweitert
[people/pmueller/ipfire-2.x.git] / config / tripwire / twpol.txt
index 01e6c1ed23f0a7624592a31e1d0347c90f3ce612..96d5bd9d87208661b240bc0be7fd0b2079f8feb2 100644 (file)
@@ -27,10 +27,10 @@ SIG_HI        = 100 ;                # Critical files that are significant point
   $(TWDB)                          -> $(SEC_CRIT) ;
   $(TWPOL)/tw.pol                  -> $(SEC_CRIT) -i ;
   $(TWPOL)/tw.cfg                  -> $(SEC_CRIT) -i ;
-  $(TWLKEY)/local.key  -> $(SEC_CRIT) ;
+  $(TWLKEY)/local.key              -> $(SEC_CRIT) ;
   $(TWSKEY)/site.key               -> $(SEC_CRIT) ;
 
-  /bin                            -> $(SEC_CRIT) ;
+  /bin                                  -> $(SEC_CRIT) ;
   /boot                            -> $(SEC_CRIT) ;
   /etc                             -> $(SEC_CRIT) ;
   /lib                             -> $(SEC_CRIT) ;
@@ -39,6 +39,7 @@ SIG_HI        = 100 ;                # Critical files that are significant point
   /sbin                            -> $(SEC_CRIT) ;
   /usr                             -> $(SEC_CRIT) ;
   !/usr/src                                       ;
+  !usr/share/clamav                               ;
   /etc/mtab                        -> $(SEC_CONFIG) -i ; # Inode number changes on any mount/unmount
 
   #don't scan the individual reports
@@ -70,5 +71,5 @@ SIG_HI        = 100 ;                # Critical files that are significant point
      /proc/mounts                 -> $(Device) ;
      /proc/filesystems            -> $(Device) ;
      /proc/misc                   -> $(Device) ;
-     /var/log                     -> $(SEC_CONFIG) ;
-}
\ No newline at end of file
+     /var/log                     -> $(SEC_LOG) ;
+}