From 2559581eaa35adf8e1ff50db03c2b196c9ea4931 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 17 Aug 2014 19:14:06 -0700 Subject: samhain: client package This is the client portion. Signed-off-by: Armin Kuster --- 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" -- cgit v1.2.3-54-g00ecf