[yocto] [meta-security][PATCH 2/3] samhain: client package

Armin Kuster akuster808 at gmail.com
Sun Aug 17 19:42:18 PDT 2014


This is the client portion.

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 recipes-security/samhain/samhain-client_3.1.1.bb | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 recipes-security/samhain/samhain-client_3.1.1.bb

diff --git a/recipes-security/samhain/samhain-client_3.1.1.bb b/recipes-security/samhain/samhain-client_3.1.1.bb
new file mode 100644
index 0000000..501c3b8
--- /dev/null
+++ b/recipes-security/samhain/samhain-client_3.1.1.bb
@@ -0,0 +1,21 @@
+SAMHAIN_MODE="client"
+INITSCRIPT_PARAMS = "defaults 15 85"
+
+require samhain.inc
+
+#Let the default Logserver be 127.0.0.1
+EXTRA_OECONF += " \
+        --with-logserver=${SAMHAIN_SERVER} \
+        --with-port=${SAMHAIN_PORT} \
+        --with-config-file=/etc/samhainrc \
+        --with-data-file=/var/lib/samhain/samhain_file \
+        "
+
+
+INSANE_SKIP_${PN} = "already-stripped"
+
+FILES_${PN} += "\
+    /run \
+    "
+
+RDEPENDS_${PN} = "acl zlib attr"
-- 
1.9.1




More information about the yocto mailing list