diff options
Diffstat (limited to 'system/ossec-local/README')
-rw-r--r-- | system/ossec-local/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/ossec-local/README b/system/ossec-local/README index f9733320313b6..abc215b6ebbe7 100644 --- a/system/ossec-local/README +++ b/system/ossec-local/README @@ -2,4 +2,13 @@ OSSEC is an Open Source Host-based Intrusion Detection System that performs log analysis, file integrity checking, policy monitoring, rootkit detection, real-time alerting and active response. +The following build options are available: + + GEOIP=yes Enable GeoIP support (requires GeoIP) + INOTIFY=yes Enable inotify for monitoring filesystem events + +Example of enabling the GeoIP and inotify support: + + GEOIP=yes INOTIFY=yes ./ossec-local.SlackBuild + See README.SLACKWARE for installation instructions. |