summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2019-09-12 17:07:35 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2019-09-17 10:12:19 -0400
commitb40dafeb6d049c8f50ee8e6b165cb3f34a057b96 (patch)
tree76aa59f301577db50fba6277d113ee8f9db24f40
parente2185e487b437e811725e8bbe489d5194267a56a (diff)
downloadmeta-selinux-b40dafeb6d049c8f50ee8e6b165cb3f34a057b96.tar.gz
audit: explicitly disable golang bindings
Disable golang bindings to avoid potential host contamination issue. Fixes: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13166 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r--recipes-security/audit/audit_2.8.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-security/audit/audit_2.8.5.bb b/recipes-security/audit/audit_2.8.5.bb
index d3b9b51..2b47812 100644
--- a/recipes-security/audit/audit_2.8.5.bb
+++ b/recipes-security/audit/audit_2.8.5.bb
@@ -39,6 +39,7 @@ EXTRA_OECONF += "--without-prelude \
39 --libdir=${base_libdir} \ 39 --libdir=${base_libdir} \
40 --sbindir=${base_sbindir} \ 40 --sbindir=${base_sbindir} \
41 --without-python3 \ 41 --without-python3 \
42 --without-golang \
42 --disable-zos-remote \ 43 --disable-zos-remote \
43 " 44 "
44EXTRA_OECONF_append_arm = " --with-arm=yes" 45EXTRA_OECONF_append_arm = " --with-arm=yes"