- Timestamp:
- Oct 26, 2021 7:22:44 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp
r91690 r92060 485 485 #endif /* VBOX_WITH_RECORDING defined */ 486 486 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 488 489 489 490 # include <unistd.h> … … 1160 1161 const char *pcszNameOrUUID = NULL; 1161 1162 1162 #if def RT_OS_DARWIN1163 #if 0 //def RT_OS_DARWIN - see above 1163 1164 hideSetUidRootFromAppKit(); 1164 1165 #endif
Note:
See TracChangeset
for help on using the changeset viewer.