From be652c10974628da2c85e2945a766e8ae65125b2 Mon Sep 17 00:00:00 2001 From: Nikolai Lifanov Date: Sun, 12 Mar 2017 17:07:23 +0000 Subject: 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 --- security/samhain-client/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 security/samhain-client/Makefile (limited to 'security/samhain-client') 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 +# $FreeBSD$ + +PKGNAMESUFFIX= -client + +COMMENT= Client daemon for the Samhain IDS + +WITH_CLIENT= yes + +MASTERDIR= ${.CURDIR}/../samhain + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3