VirtualBox

Changeset 101187 in vbox


Ignore:
Timestamp:
Sep 20, 2023 9:10:17 AM (12 months ago)
Author:
vboxsync
Message:

Config.kmk: Add allow-jit to the list of entitlements required on macOS for our recompiler, bugref:10370

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r101146 r101187  
    17021702 # on Catalina which we want to keep supported for now.
    17031703 #
     1704 # allow-jit   - for the recompiler in order to be able to generate and execute native code.
     1705 # audio-input - recording audio from a guest.
     1706 # camera      - accessing the webcam from a guest.
     1707 # usb         - USB passthrough.
     1708 #
    17041709 VBOX_DARWIN_ENTITLEMENTS_LIST := \
    17051710        com.apple.security.cs.allow-unsigned-executable-memory \
    17061711        com.apple.security.cs.disable-executable-page-protection \
     1712        com.apple.security.cs.allow-jit \
    17071713        com.apple.security.device.audio-input \
    17081714        com.apple.security.device.camera \
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