Changeset 21

Show
Ignore:
Timestamp:
11/28/06 15:47:59 (2 years ago)
Author:
kindlund
Message:

Reducing false positives within integrity checking code.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/bug/42/etc/honeyclient.xml

    r13 r21  
    112112        </Driver> 
    113113        <perform_integrity_checks description="An integer, representing whether the Agent should perform any integrity checks. 1 enables, 0 disables." default="1"> 
    114             0 
     114            1  
    115115        </perform_integrity_checks> 
    116116        <!-- HoneyClient::Agent::Integrity Options --> 
  • honeyclient/branches/bug/42/lib/HoneyClient/Agent/Integrity.pm

    r13 r21  
    241241my @default_file_exclude_array = (  '/cygdrive/c/cygwin/tmp/changes.txt', 
    242242                        '/cygdrive/c/cygwin/tmp/cleanfile.txt', 
     243                        '/cygdrive/c/cygwin/home/Administrator/honeyclient/', 
    243244                        '/cygdrive/c/Documents and Settings/Administrator/Desktop/honeyclient', 
    244245                        '/cygdrive/c/WINDOWS/Prefetch/', 
     
    249250                        '/cygdrive/c/WINDOWS/SoftwareDistribution/ReportingEvents.log', 
    250251                        '/cygdrive/c/WINDOWS/system32/config/SysEvent.Evt', 
     252                        '/cygdrive/c/WINDOWS/system32/wbem/', 
    251253                        '/cygdrive/c/WINDOWS/PCHEALTH/HELPCTR/DataColl/', 
    252254                        #Can't be included cause it's user specific