blob: 2fbd81bf726ec471463083453da4edcb18939403 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001require shadow.inc
2
3# Build falsely assumes that if --enable-libpam is set, we don't need to link against
4# libcrypt. This breaks chsh.
Patrick Williams213cb262021-08-07 19:21:33 -05005BUILD_LDFLAGS:append:class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '-lcrypt', '', d)}"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05006
7BBCLASSEXTEND = "native nativesdk"
8
Andrew Geissler95ac1b82021-03-31 14:34:31 -05009# Severity is low and marked as closed and won't fix.
10# https://bugzilla.redhat.com/show_bug.cgi?id=884658
11CVE_CHECK_WHITELIST += "CVE-2013-4235"