mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-08-28 03:27:35 +00:00
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:
@@ -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",
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user