mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
openssh: add PACKAGECONFIG data regarding audit
Define audit related parameters, but do not enable audit support by default. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
parent
8de3944f4d
commit
823a1f0f85
|
|
@ -1,5 +1,13 @@
|
|||
PR .= ".4"
|
||||
PR .= ".5"
|
||||
|
||||
inherit with-selinux
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/files:')}"
|
||||
|
||||
# There is no distro feature just for audit. If we want it,
|
||||
# uncomment the following.
|
||||
#
|
||||
#PACKAGECONFIG += "${@target_selinux(d, 'audit')}"
|
||||
|
||||
PACKAGECONFIG[audit] = "--with-audit=linux,--without-audit,audit,"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user