VirtualBox

Ignore:
Timestamp:
Aug 13, 2014 6:11:50 AM (10 years ago)
Author:
vboxsync
Message:

sup: Check for TrustedInstaller; accept ProgramFiles and CommonFiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp

    r52213 r52365  
    15351535         * for this image.
    15361536         */
    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;
    15381540        if (pImage->f32bitResourceDll)
    15391541            fFlags |= SUPHNTVI_F_RESOURCE_IMAGE;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette