[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-cvs] ossec-hids: syscheck.c (HEAD) [dcid]
Module name: ossec-hids
Changes by: dcid 07/09/25 19:53:53
Modified files:
syscheck.c
Log message:
Description: Fixing e-mail alerts timezone issue, adding named rule from Leonardo Goldim <goldim at intranetworks.com.br> and some other small fixes.
Reviewed by: dcid
Bug:
http://www.ossec.net/bugs/show_bug.cgi?id=54
http://www.ossec.net/bugs/show_bug.cgi?id=40
Index: syscheck.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/syscheckd/syscheck.c,v
diff -u -r1.33 -r1.34
--- syscheck.c 24 Sep 2007 21:39:13 -0000 1.33
+++ syscheck.c 25 Sep 2007 22:53:52 -0000 1.34
@@ -86,6 +86,7 @@
}
else
{
+ syscheck.rootcheck = 0;
merror("%s: Rootcheck module disabled.", ARGV0);
}
@@ -222,6 +223,7 @@
}
else
{
+ syscheck.rootcheck = 0;
merror("%s: Rootcheck module disabled.", ARGV0);
}
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.