Commit 42d332c8 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

testing/check_software: add libanl in system libraries whitelist

libanl is part of glibc since 2001 (see
https://sourceware.org/git/?p=glibc.git;a=blob;f=ChangeLog.old/ChangeLog.12;h=adcf9081d44c06e03c3899612afba7c8c0d9b3fa;hb=HEAD#l5595)

See merge request nexedi/slapos.core!291
parent 72cff3ba
......@@ -61,6 +61,7 @@ def checkSoftware(slap, software_url):
# Also check that they are not linked against system libraries, except a white list of core
# system libraries.
system_lib_white_list = set((
'libanl',
'libc',
'libcrypt',
'libdl',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment