From 823a1f0f8529241f4efdba0debeef6e83eea1bee Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Fri, 6 Sep 2013 10:44:04 -0700 Subject: openssh: add PACKAGECONFIG data regarding audit Define audit related parameters, but do not enable audit support by default. Signed-off-by: Joe Slater Signed-off-by: Joe MacDonald --- recipes-connectivity/openssh/openssh_6.2p2.bbappend | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/recipes-connectivity/openssh/openssh_6.2p2.bbappend b/recipes-connectivity/openssh/openssh_6.2p2.bbappend index 43d459c..223b8cf 100644 --- a/recipes-connectivity/openssh/openssh_6.2p2.bbappend +++ b/recipes-connectivity/openssh/openssh_6.2p2.bbappend @@ -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," + -- cgit v1.2.3-54-g00ecf