From c4c8c0e9086ae053850eec09df0311190e7de2b2 Mon Sep 17 00:00:00 2001 From: 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 --- UIDs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UIDs') diff --git a/UIDs b/UIDs index 03734fd842b1..55defc0fc613 100644 --- a/UIDs +++ b/UIDs @@ -112,7 +112,7 @@ octoprint:*:162:162::0:0:OctoPrint Daemon:/usr/local/octoprint:/usr/sbin/nologin _iked:*:163:163::0:0:IKEv2 Daemon:/var/empty:/usr/sbin/nologin lightdm:*:164:164::0:0:Light Display Manager:/var/lib/lightdm-data:/usr/sbin/nologin uwsgi:*:165:165::0:0:uwsgi Daemon:/nonexistent:/usr/sbin/nologin -# free: 166 +yule:*:166:166::0:0:Samhain Daemon:/nonexistent:/usr/sbin/nologin # free: 167 # free: 168 # free: 169 -- cgit