intercept: Prevent HyperLightDrifer loading 5 year old SSL library.

This will resolve issue #19.

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
Ikey Doherty
2017-10-15 20:29:19 +01:00
parent 26dc2503d2
commit 36e6cf5455
+4
View File
@@ -121,6 +121,10 @@ static const char *vendor_blacklist[] = {
/* Nuh uh. Sorry, Feral games. libcurl MUST be up to date for security! */
"libcurl.so.",
/* Oh hell no. Seen in Hyper Light Drifer */
"libcrypto.so.1.0.0",
"libssl.so.1.0.0",
};
/**