mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-26 07:07:18 +00:00
Fix warning : lack of whitespace around assignment
v2 : also fix some typos while we are here. v3 : add fixes for isic and checksecurity Signed-off-by: Jason Schonberg <schonm@gmail.com> [removed already applied change] Signed-off-by: Scott Murray <scott.murray@konsulko.com>
This commit is contained in:
@@ -16,7 +16,7 @@ UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
|
||||
|
||||
inherit autotools pkgconfig aide-base
|
||||
|
||||
PACKAGECONFIG ??=" gcrypt zlib e2fsattrs posix capabilities curl pthread \
|
||||
PACKAGECONFIG ??= " gcrypt zlib e2fsattrs posix capabilities curl pthread \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux audit', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'xattr', '', d)} \
|
||||
"
|
||||
|
||||
@@ -18,7 +18,7 @@ inherit autotools-brokensep useradd
|
||||
S = "${UNPACKDIR}/git"
|
||||
|
||||
|
||||
OSSEC_DIR="/var/ossec"
|
||||
OSSEC_DIR = "/var/ossec"
|
||||
OSSEC_UID ?= "ossec"
|
||||
OSSEC_RUID ?= "ossecr"
|
||||
OSSEC_GID ?= "ossec"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Tripwire: A system integrity assessment tool (IDS)"
|
||||
DESCRIPTION = "Open Source Tripwire® software is a security and data \
|
||||
integrity tool useful for monitoring and alerting on specific file change(s) on a range of systems"
|
||||
HOMEPAGE="http://sourceforge.net/projects/tripwire"
|
||||
HOMEPAGE = "http://sourceforge.net/projects/tripwire"
|
||||
SECTION = "security Monitor/Admin"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1c069be8dbbe48e89b580ab4ed86c127"
|
||||
|
||||
Reference in New Issue
Block a user