We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69419c commit f496f98Copy full SHA for f496f98
filtered_libs.txt
@@ -1,25 +1,25 @@
1
# List of system-critical library patterns to exclude/remove
2
# You can add or remove patterns as needed. Lines starting with # are comments.
3
4
-#libc.so*
+libc.so*
5
#libdl.so*
6
#libpthread.so*
7
#librt.so*
8
-#libm.so*
+libm.so*
9
ld-linux*
10
linux-vdso*
11
-#libgcc_s.so*
12
-#libstdc++.so*
+libgcc_s.so*
+libstdc++.so*
13
#libresolv.so*
14
libnss_*
15
-#libutil.so*
16
-#libcrypt.so*
+libutil.so*
+libcrypt.so*
17
libelf.so*
18
libz.so*
19
-#libbz2.so*
+libbz2.so*
20
liblzma.so*
21
libexpat.so*
22
-#libffi.so*
+libffi.so*
23
libpcre*
24
libselinux.so*
25
#libcap.so*
0 commit comments