VirtualBox

Changeset 56733 in vbox for trunk/include/VBox/sup.h


Ignore:
Timestamp:
Jul 1, 2015 2:01:43 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
101379
Message:

SUPHardNt: Allow hardened exectuable binaries in the 'testcase' subdirectory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/sup.h

    r56401 r56733  
    10511051/** The hardened DLL has a "TrustedError" function (see FNSUPTRUSTEDERROR). */
    10521052#define SUPSECMAIN_FLAGS_TRUSTED_ERROR      RT_BIT_32(1)
     1053/** Program binary location mask. */
     1054#define SUPSECMAIN_FLAGS_LOC_MASK           UINT32_C(0x00000010)
     1055/** Default binary location is the application binary directory.  Does
     1056 * not need to be given explicitly (it's 0).  */
     1057#define SUPSECMAIN_FLAGS_LOC_APP_BIN        UINT32_C(0x00000000)
     1058/** The binary is located in the testcase directory instead of the
     1059 * default application binary directory. */
     1060#define SUPSECMAIN_FLAGS_LOC_TESTCASE       UINT32_C(0x00000010)
    10531061/** @} */
    10541062
Note: See TracChangeset for help on using the changeset viewer.

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