VirtualBox

Changeset 103305 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 12, 2024 9:00:29 AM (12 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161599
Message:

HostDrivers/Support: Add VBoxXPCOMIPCD to the list of hardened libraries based on VBOX_WITH_XPCOMIPCD_IN_VBOX_SVC, bugref:10594

Location:
trunk/src/VBox/HostDrivers/Support
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/Makefile.kmk

    r101651 r103305  
    194194        $(if $(VBOX_WITH_RAW_MODE),VBOX_WITH_RAW_MODE,) \
    195195        $(if $(VBOX_WITH_DRIVERLESS_NEM_FALLBACK),VBOX_WITH_DRIVERLESS_NEM_FALLBACK,) \
     196        $(if $(VBOX_WITH_XPCOMIPCD_IN_VBOX_SVC),VBOX_WITH_XPCOMIPCD_IN_VBOX_SVC,) \
    196197        VBOX_PERMIT_MORE \
    197198        VBOX_PERMIT_EVEN_MORE
  • trunk/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp

    r98103 r103305  
    184184    {   kSupIFT_Dll,  kSupID_AppSharedLib,      false, "VBoxC" SUPLIB_DLL_SUFF },
    185185 #else
     186# ifdef VBOX_WITH_XPCOMIPCD_IN_VBOX_SVC
     187    {   kSupIFT_Dll,  kSupID_AppPrivArch,       false, "VBoxXPCOMIPCD" SUPLIB_DLL_SUFF },
     188# else
    186189    {   kSupIFT_Exe,  kSupID_AppPrivArch,       false, "VBoxXPCOMIPCD" SUPLIB_EXE_SUFF },
     190# endif
    187191    {   kSupIFT_Dll,  kSupID_AppSharedLib,      false, "VBoxXPCOM" SUPLIB_DLL_SUFF },
    188192    {   kSupIFT_Dll,  kSupID_AppPrivArchComp,   false, "VBoxXPCOMIPCC" SUPLIB_DLL_SUFF },
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