Just group the security ones.

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
Ikey Doherty
2017-10-15 20:39:28 +01:00
parent 071304d8bd
commit 312b7a888a
+1 -3
View File
@@ -119,10 +119,8 @@ static const char *vendor_blacklist[] = {
/* libglu has stable soname */
"libGLU.so.",
/* Nuh uh. Sorry, Feral games. libcurl MUST be up to date for security! */
/* Security sensitive libraries should not be replaced */
"libcurl.so.",
/* Oh hell no. Seen in Game Maker bundling */
"libcrypto.so.1.0.0",
"libssl.so.1.0.0",
};