VirtualBox

Ignore:
Timestamp:
Feb 11, 2020 6:05:09 PM (5 years ago)
Author:
vboxsync
Message:

Installer/darwin/VirtualBox/postflight: Adjusted the set-uid-to-root hack for proper VirtualBoxVM location. bugref:9466

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/darwin/VirtualBox/postflight

    r82968 r83054  
    9090# Workaround for 10.11 beta 6 in which the above chown strips the set-uid-to-root bit.
    9191#
    92 SET_UID_BINARIES="VBoxNetAdpCtl"
    93 SET_UID_BINARIES="${SET_UID_BINARIES} VBoxHeadless VirtualBoxVM VBoxNetDHCP VBoxNetNAT" # WITH_HARDENING
     92SET_UID_BINARIES="MacOS/VBoxNetAdpCtl"
     93SET_UID_BINARIES="${SET_UID_BINARIES} MacOS/VBoxHeadless MacOS/VBoxNetDHCP MacOS/VBoxNetNAT Resources/VirtualBoxVM.app/Contents/MacOS/VirtualBoxVM" # WITH_HARDENING
    9494for bin in ${SET_UID_BINARIES}; do
    95     chmod u+s "/Applications/VirtualBox.app/Contents/MacOS/${bin}"
     95    chmod u+s "/Applications/VirtualBox.app/Contents/${bin}"
    9696done
    9797
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