mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-15 15:37:18 +00:00
b4c43ad77a
Fix the typo "aida" to "aide" in STAGING_AIDE_DIR. Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Scott Murray <scott.murray@konsulko.com>
12 lines
239 B
Plaintext
12 lines
239 B
Plaintext
#
|
|
# Copyright 2022 Armin Kuster <akuster808@gmail.com>
|
|
#
|
|
|
|
STAGING_AIDE_DIR ?= "${TMPDIR}/work-shared/${MACHINE}/aide"
|
|
AIDE_INCLUDE_DIRS ?= "/lib"
|
|
AIDE_SKIP_DIRS ?= "/lib/modules/.\*"
|
|
|
|
AIDE_SCAN_POSTINIT ?= "0"
|
|
AIDE_RESCAN_POSTINIT ?= "0"
|
|
|