mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 03:47:21 +00:00
e593413a30
* update to version 4.2.2 * Add new recipe for standalone mode * Add systemd support * Add patches to fix several issues * samhain-standalone: add ptest support * samhain-server: no need to depend on samhain-server-native * Move common things from the bb to the inc file Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
28 lines
731 B
Diff
28 lines
731 B
Diff
commit a932b03b65edeb02ccad2fce06bfa68a8f2fbb04
|
|
Author: Aws Ismail <aws.ismail@windriver.com>
|
|
Date: Thu Jan 10 16:29:05 2013 -0500
|
|
|
|
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>
|
|
|
|
diff --git a/samhainrc.linux b/samhainrc.linux
|
|
index 10a8176..a7b06e6 100644
|
|
--- a/samhainrc.linux
|
|
+++ b/samhainrc.linux
|
|
@@ -639,7 +639,7 @@ SetFileCheckTime = 86400
|
|
|
|
## Path to the PID file
|
|
#
|
|
-# SetLockfilePath = (default: compiled-in)
|
|
+SetLockfilePath = /run/samhain.pid
|
|
|
|
|
|
## The digest/checksum/hash algorithm
|