summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/shadow/shadow_4.8.1.bb
blob: 9dfcd4bc10b57cf3929ffcc1f58ed211450dba46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require shadow.inc

# Build falsely assumes that if --enable-libpam is set, we don't need to link against
# libcrypt. This breaks chsh.
BUILD_LDFLAGS_append_class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '-lcrypt', '', d)}"

BBCLASSEXTEND = "native nativesdk"

# Severity is low and marked as closed and won't fix.
# https://bugzilla.redhat.com/show_bug.cgi?id=884658
CVE_CHECK_WHITELIST += "CVE-2013-4235"

# This is an issue for a different shadow
CVE_CHECK_WHITELIST += "CVE-2016-15024"