obrisane nepotrebne datoteke od zadnjeg builda
[ossec-hids.git] / src / rootcheck / rootcheck.conf
old mode 100755 (executable)
new mode 100644 (file)
index eda1905..e7c17af
@@ -1,6 +1,5 @@
 <rootcheck>
-  <daemon>no</daemon>
-  <notify>syslog</notify>
+  <skip_nfs>no</skip_nfs>
   <rootkit_files>./db/rootkit_files.txt</rootkit_files>
   <rootkit_trojans>./db/rootkit_trojans.txt</rootkit_trojans>
 
   <windows_audit>./shared/win_audit_rcl.txt</windows_audit>
   <windows_apps>./shared/win_applications_rcl.txt</windows_apps>
   <windows_malware>./shared/win_malware_rcl.txt</windows_malware>
+
+  <check_files>yes</check_files>
+  <check_trojans>yes</check_trojans>
+
+  <check_unixaudit>yes</check_unixaudit>
+  <check_winapps>yes</check_winapps>
+  <check_winaudit>yes</check_winaudit>
+  <check_winmalware>yes</check_winmalware>
+
+  <check_dev>yes</check_dev>
+  <check_sys>yes</check_sys>
+  <check_pids>yes</check_pids>
+  <check_ports>yes</check_ports>
+  <check_if>yes</check_if>
 </rootcheck>