aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-security/samhain/samhain-client_4.1.5.bb
blob: bb47449a35c37f9e465b531041cbaa398cd5077b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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/samhain/samhain.data \
        --with-pid-file=/var/samhain/samhain.pid \
        "


INSANE_SKIP_${PN} = "already-stripped"

FILES_${PN} += "\
    /run \
    "

RDEPENDS_${PN} = "acl zlib attr bash"