Changeset 52365 in vbox for trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp
- Timestamp:
- Aug 13, 2014 6:11:50 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp
r52213 r52365 1535 1535 * for this image. 1536 1536 */ 1537 uint32_t fFlags = pImage->fDll ? 0 : SUPHNTVI_F_REQUIRE_BUILD_CERT; 1537 uint32_t fFlags = pImage->fDll 1538 ? SUPHNTVI_F_TRUSTED_INSTALLER_OWNER | SUPHNTVI_F_ALLOW_CAT_FILE_VERIFICATION 1539 : SUPHNTVI_F_REQUIRE_BUILD_CERT; 1538 1540 if (pImage->f32bitResourceDll) 1539 1541 fFlags |= SUPHNTVI_F_RESOURCE_IMAGE;
Note:
See TracChangeset
for help on using the changeset viewer.