aboutsummaryrefslogtreecommitdiffstats
path: root/security/samhain-server
diff options
context:
space:
mode:
authorlifanov <lifanov@FreeBSD.org>2017-03-13 01:07:23 +0800
committerlifanov <lifanov@FreeBSD.org>2017-03-13 01:07:23 +0800
commitc4c8c0e9086ae053850eec09df0311190e7de2b2 (patch)
treef6735672a3440e2bbdb7e795cacade0cb6daa5eb /security/samhain-server
parent38c74e4c8b8669ab56c2ed38b8d0d05983526b83 (diff)
downloadfreebsd-ports-gnome-c4c8c0e9086ae053850eec09df0311190e7de2b2.tar.g
snapshot/freebsd-ports-gnome-c4c8c0e9086ae053850eec09df0311190e7de2b2.zip'>freebsd-ports-gnome-c4c8c0e9086ae053850eec09df0311190e7de2b2.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>
Diffstat (limited to 'security/samhain-server')
-rw-r--r--security/samhain-server/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/samhain-server/Makefile b/security/samhain-server/Makefile
new file mode 100644
index 000000000000..46dde6d242d5
--- /dev/null
+++ b/security/samhain-server/Makefile
@@ -0,0 +1,20 @@
+# Created by: Nikola Kolev <koue@chaosophia.net>
+# $FreeBSD$
+
+# This port recognizes the following non-boolean tunables:
+#
+# WITH_RUNAS_USER:
+# Whe building with "WITH_SERVER" defined, the username of the
+# account Yule will run as. Defaults to "yule". If using
+# WITH_GNUPG, ensure that this user exists and has a pgp
+# keypair before installing.
+
+PKGNAMESUFFIX= -server
+
+COMMENT= Log server for the Samhain IDS
+
+WITH_SERVER= yes
+
+MASTERDIR= ${.CURDIR}/../samhain
+
+.include "${MASTERDIR}/Makefile"