X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fconfig%2Frootcheck-config.h;h=7a45baf0ad5861946d0b2eba4d527713b318e794;hp=7e82693756cd2de078b133494bc88c9632a97087;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=301048b51990573e58a30dc4a5bb4ec285cad554 diff --git a/src/config/rootcheck-config.h b/src/config/rootcheck-config.h index 7e82693..7a45baf 100755 --- a/src/config/rootcheck-config.h +++ b/src/config/rootcheck-config.h @@ -8,7 +8,7 @@ * 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