Skip to content

Commit eceea5e

Browse files
committed
blacklist more glibc libraries
1 parent 5b9b5a9 commit eceea5e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/postprocess.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,18 @@ def _parse_node(node, expected_level):
178178
'libEGL',
179179
# base system
180180
'libgcc_s.so',
181+
# glibc
181182
'libpthread.so',
182183
'librt.so',
183184
'libc.so',
185+
'libc_',
184186
'libdl.so',
185187
'libresolv.so',
186188
'libz.so',
187189
'libm.so',
190+
'libanl.so',
191+
'libnss_',
192+
'libutil.so',
188193
]
189194

190195
# Remove lib from blacklist

0 commit comments

Comments
 (0)