Changeset 57231 in vbox for trunk/src/VBox/Installer/darwin/VirtualBox
- Timestamp:
- Aug 7, 2015 1:36:22 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/VirtualBox/postflight
r54685 r57231 24 24 # Install the Python bindings 25 25 # 26 27 26 VBOX_INSTALL_PATH=/Applications/VirtualBox.app/Contents/MacOS 28 27 PYTHON="python python2.3 python2.5 python2.6 python2.7" … … 83 82 84 83 # 84 # Workaround for 10.11 beta 6 in which the set-uid bit isn't set by the installer. 85 # 86 SET_UID_BINARIES="VBoxNetAdpCtl" 87 SET_UID_BINARIES="${SET_UID_BINARIES} VBoxHeadless VirtualBox VirtualBoxVM VBoxNetDHCP VBoxNetNAT" # WITH_HARDENING 88 for bin in ${SET_UID_BINARIES}; do 89 chmod u+s "/Applications/VirtualBox.app/Contents/MacOS/${bin}" 90 done 91 92 # 85 93 # Correct the ownership of the directories in case there 86 94 # was an existing installation.
Note:
See TracChangeset
for help on using the changeset viewer.