VirtualBox

Changeset 92060 in vbox for trunk


Ignore:
Timestamp:
Oct 26, 2021 7:22:44 AM (3 years ago)
Author:
vboxsync
Message:

FE/VBoxHeadless: Disable patching the AppKit import table for the issetuid() hack as it should be done already in the hardened startup library and it crashes on macOS Monterey

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp

    r91690 r92060  
    485485#endif /* VBOX_WITH_RECORDING defined */
    486486
    487 #ifdef RT_OS_DARWIN
     487/* This should be done in the hardening code already and it fails on Monterey. */
     488#if 0 //def RT_OS_DARWIN
    488489
    489490# include <unistd.h>
     
    11601161    const char *pcszNameOrUUID = NULL;
    11611162
    1162 #ifdef RT_OS_DARWIN
     1163#if 0 //def RT_OS_DARWIN - see above
    11631164    hideSetUidRootFromAppKit();
    11641165#endif
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