Changeset 21
- Timestamp:
- 11/28/06 15:47:59 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/bug/42/etc/honeyclient.xml
r13 r21 112 112 </Driver> 113 113 <perform_integrity_checks description="An integer, representing whether the Agent should perform any integrity checks. 1 enables, 0 disables." default="1"> 114 0114 1 115 115 </perform_integrity_checks> 116 116 <!-- HoneyClient::Agent::Integrity Options --> honeyclient/branches/bug/42/lib/HoneyClient/Agent/Integrity.pm
r13 r21 241 241 my @default_file_exclude_array = ( '/cygdrive/c/cygwin/tmp/changes.txt', 242 242 '/cygdrive/c/cygwin/tmp/cleanfile.txt', 243 '/cygdrive/c/cygwin/home/Administrator/honeyclient/', 243 244 '/cygdrive/c/Documents and Settings/Administrator/Desktop/honeyclient', 244 245 '/cygdrive/c/WINDOWS/Prefetch/', … … 249 250 '/cygdrive/c/WINDOWS/SoftwareDistribution/ReportingEvents.log', 250 251 '/cygdrive/c/WINDOWS/system32/config/SysEvent.Evt', 252 '/cygdrive/c/WINDOWS/system32/wbem/', 251 253 '/cygdrive/c/WINDOWS/PCHEALTH/HELPCTR/DataColl/', 252 254 #Can't be included cause it's user specific
