diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2019-09-12 17:07:35 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2019-09-17 10:12:19 -0400 |
commit | b40dafeb6d049c8f50ee8e6b165cb3f34a057b96 (patch) | |
tree | 76aa59f301577db50fba6277d113ee8f9db24f40 | |
parent | e2185e487b437e811725e8bbe489d5194267a56a (diff) | |
download | meta-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.bb | 1 |
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 | " |
44 | EXTRA_OECONF_append_arm = " --with-arm=yes" | 45 | EXTRA_OECONF_append_arm = " --with-arm=yes" |