X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fconfig%2Frootcheck-config.h;h=7a45baf0ad5861946d0b2eba4d527713b318e794;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hp=988be6cd77bad84d0dccc862fc7559027cdaf6f3;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/config/rootcheck-config.h b/src/config/rootcheck-config.h index 988be6c..7a45baf 100755 --- a/src/config/rootcheck-config.h +++ b/src/config/rootcheck-config.h @@ -5,10 +5,10 @@ * * This program is a free software; you can redistribute it * and/or modify it under the terms of the GNU General Public - * License (version 3) as published by the FSF - Free Software + * License (version 2) as published by the FSF - Free Software * Foundation */ - + #ifndef __CROOTCHECK_H @@ -38,6 +38,32 @@ typedef struct _rkconfig int time; int queue; + + struct _checks + { + short rc_dev; + short rc_files; + short rc_if; + short rc_pids; + short rc_ports; + short rc_sys; + short rc_trojans; + + #ifdef WIN32 + + short rc_winaudit; + short rc_winmalware; + short rc_winapps; + + #else + + short rc_unixaudit; + + #endif + + + } checks; + }rkconfig; #endif