]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/tripwire/twpol.txt
Fixed streamripper lfs
[people/pmueller/ipfire-2.x.git] / config / tripwire / twpol.txt
index 01e6c1ed23f0a7624592a31e1d0347c90f3ce612..9cdcce89fc9b746fa58aba044f63f1f02a0d2fd6 100644 (file)
@@ -27,18 +27,19 @@ 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) ;
+  /etc/snort/rules/                -> $(Dynamic)  ;
   /lib                             -> $(SEC_CRIT) ;
   /root                            -> $(SEC_CRIT) ;
   /root/.bash_history              -> $(Dynamic)  ;
   /sbin                            -> $(SEC_CRIT) ;
   /usr                             -> $(SEC_CRIT) ;
-  !/usr/src                                       ;
+  /usr/share/clamav                -> $(Dynamic)  ;
   /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) ;
+}