mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-31 12:50:19 +00:00
samhain: client package
This is the client portion. Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user