diff options
author | Mario Preksavec <mario@slackware.hr> | 2020-03-13 00:51:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-14 08:46:19 +0700 |
commit | a4db5324e6e61e62e61a7ba414a4bee5865484d9 (patch) | |
tree | 0d9ed791628e7ded9a84239264c0155546b42907 /system/ossec-agent/README | |
parent | 28f7561621fd746753ae4c457ce2f10885d74657 (diff) |
system/ossec-agent: Updated for version 3.6.0.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'system/ossec-agent/README')
-rw-r--r-- | system/ossec-agent/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/ossec-agent/README b/system/ossec-agent/README index f9733320313b6..e16fad6ea6fea 100644 --- a/system/ossec-agent/README +++ b/system/ossec-agent/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-agent.SlackBuild + See README.SLACKWARE for installation instructions. |