blob: 4e55446312520001cdff488d7cd1f50c9c11b7c3 [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# https://bugzilla.redhat.com/show_bug.cgi?id=884658
Andrew Geissler8f840682023-07-21 09:09:43 -050010CVE_STATUS[CVE-2013-4235] = "upstream-wontfix: Severity is low and marked as closed and won't fix."
11CVE_STATUS[CVE-2016-15024] = "cpe-incorrect: This is an issue for a different shadow"