[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ossec-cvs] ossec-hids: run_rk_check.c (HEAD) [dcid]



Module name:	ossec-hids
Changes by:	dcid	07/07/20 23:53:21

Modified files:
	run_rk_check.c

Log message:
Description: fixing windows setup scripts.
Reviewed by: dcid
Bug:

Index: run_rk_check.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/run_rk_check.c,v
diff -u -r1.31 -r1.32
--- run_rk_check.c	30 Jun 2007 21:48:14 -0000	1.31
+++ run_rk_check.c	21 Jul 2007 02:53:21 -0000	1.32
@@ -133,6 +133,10 @@
     rk_sys_file[rk_sys_count] = NULL;
     rk_sys_name[rk_sys_count] = NULL;
 
+    
+    /* Sending scan start message */
+    notify_rk(ALERT_POLICY_VIOLATION, "Starting rootcheck scan.");
+
 
     /***  First check, look for rootkits ***/
     /* Open rootkit_files and pass the pointer to check_rc_files */


OSSEC home | Main Index | Thread Index


OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.