Index: /trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp
===================================================================
--- /trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp	(revision 53330)
+++ /trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp	(revision 53331)
@@ -662,5 +662,7 @@
      * Verify the image file.
      */
-    int rc = supR3HardenedVerifyFixedFile(pszFilename, false /* fFatal */);
+    int rc = SUPR3HardenedVerifyInit();
+    if (RT_FAILURE(rc))
+        rc = supR3HardenedVerifyFixedFile(pszFilename, false /* fFatal */);
     if (RT_FAILURE(rc))
     {
