Files
meta-security/recipes-ids/samhain/files/0004-Set-the-PID-Lock-path-for-samhain.pid.patch
Yi Zhao b9d0a65404 samhain: upgrade 4.4.10 -> 4.5.2
ChangeLog:
https://fossies.org/linux/samhain/docs/Changelog

* Refresh patches

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2025-04-13 14:07:57 -04:00

33 lines
822 B
Diff

From 942843096e86669492700f49abc2c6489ea9994e Mon Sep 17 00:00:00 2001
From: Aws Ismail <aws.ismail@windriver.com>
Date: Thu, 10 Jan 2013 16:29:05 -0500
Subject: [PATCH] Set the PID Lock path for samhain.pid
The explicit path for samhain.pid inorder
for samhain to work properly after it initial
database build.
Upstream-Status: Inappropriate [configuration]
Signed-off-by: Aws Ismail <aws.ismail@windriver.com>
---
samhainrc.linux | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samhainrc.linux b/samhainrc.linux
index ff6ddf1..d4b71e9 100644
--- a/samhainrc.linux
+++ b/samhainrc.linux
@@ -621,7 +621,7 @@ SetFileCheckTime = 86400
## Path to the PID file
#
-# SetLockfilePath = (default: compiled-in)
+SetLockfilePath = /run/samhain.pid
## The digest/checksum/hash algorithm
--
2.34.1