aboutsummaryrefslogtreecommitdiff
path: root/security/samhain-client
diff options
context:
space:
mode:
authorNikolai Lifanov <lifanov@FreeBSD.org>2017-03-12 17:07:23 +0000
committerNikolai Lifanov <lifanov@FreeBSD.org>2017-03-12 17:07:23 +0000
commitbe652c10974628da2c85e2945a766e8ae65125b2 (patch)
treef6735672a3440e2bbdb7e795cacade0cb6daa5eb /security/samhain-client
parent99d7fc48aab6577deee79a3ee3fce94578002529 (diff)
downloadports-be652c10974628da2c85e2945a766e8ae65125b2.tar.gz
ports-be652c10974628da2c85e2945a766e8ae65125b2.zip
add ports for Samhain Intrusion Detection System
Samhain is an open source file integrity and host-based intrusion detection system for Linux and Unix. It can run as a daemon process, and and thus can remember file changes - contrary to a tool that runs from cron, if a file is modified you will get only one report, while subsequent checks of that file will ignore the modification as it is already reported (unless the file is modified again). Samhain can optionally be used as client/server system to provide centralized monitoring for multiple host. Logging to a (MySQL or PostgreSQL) database is supported. PR: 214623 Submitted by: Nikola Kolev <koue@chaosophia.net>
Notes
Notes: svn path=/head/; revision=435996
Diffstat (limited to 'security/samhain-client')
-rw-r--r--security/samhain-client/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/samhain-client/Makefile b/security/samhain-client/Makefile
new file mode 100644
index 000000000000..e4e9841a1f78
--- /dev/null
+++ b/security/samhain-client/Makefile
@@ -0,0 +1,12 @@
+# Created by: Nikola Kolev <koue@chaosophia.net>
+# $FreeBSD$
+
+PKGNAMESUFFIX= -client
+
+COMMENT= Client daemon for the Samhain IDS
+
+WITH_CLIENT= yes
+
+MASTERDIR= ${.CURDIR}/../samhain
+
+.include "${MASTERDIR}/Makefile"