1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-15 15:37:03 +00:00

linux-yocto/5.0: update CGL audit configuration fragment

Integrating the follow config tweak:

    cgl: audit: Remove CONFIG_AUDIT_WATCH and CONFIG_AUDIT_WATCH

    In the following commits, these two options have been replaced by
    CONFIG_AUDITSYSCALL which is in audit.cfg.

    c8fc5d49c341 ("audit: remove WATCH and TREE config options")
    cb74ed278f80 ("audit: always enable syscall auditing when supported and audit is enabled")

    Signed-off-by: He Zhe <zhe.he@windriver.com>

(From OE-Core rev: 2fff1900a580d592acc22dd095b226b3830c36ff)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2019-04-09 11:37:52 -04:00
committed by Richard Purdie
parent 2e8f05e41d
commit 87769f2074
3 changed files with 3 additions and 3 deletions
@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine_qemuarm ?= "b0477279877bb2b5cca6ec49c64e931901ff2022"
SRCREV_machine ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d"
SRCREV_meta ?= "705457837e7ddd27e4e2ecf6d3dbd255b1aaf848"
SRCREV_meta ?= "172634f02e7e293bb53c6c7b1473306b9b30058d"
PV = "${LINUX_VERSION}+git${SRCPV}"