Changeset 51772 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jul 1, 2014 6:26:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp
r51770 r51772 1526 1526 if (hVerify != INVALID_HANDLE_VALUE) 1527 1527 { 1528 # ifdef VBOX_WITH_HARDENING 1528 1529 uint32_t fFlags = SUPHNTVI_F_REQUIRE_KERNEL_CODE_SIGNING; 1529 1530 if (!fMaybe3rdParty) … … 1537 1538 && pszSuffix[3] == '\0' ) 1538 1539 fFlags |= SUPHNTVI_F_RC_IMAGE; 1539 # ifndef IN_SUP_R3_STATIC /* Not in VBoxCpuReport and friends. */1540 # ifndef IN_SUP_R3_STATIC /* Not in VBoxCpuReport and friends. */ 1540 1541 rc = supHardenedWinVerifyImageByHandleNoName(hVerify, fFlags, pErrInfo); 1542 # endif 1541 1543 # endif 1542 1544 CloseHandle(hVerify);
Note:
See TracChangeset
for help on using the changeset viewer.