Changeset 57328 in vbox for trunk/src/VBox/Installer/darwin/VirtualBox
- Timestamp:
- Aug 13, 2015 2:32:55 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/VirtualBox/postflight
r57231 r57328 82 82 83 83 # 84 # Workaround for 10.11 beta 6 in which the set-uid bit isn't set by the installer. 84 # Correct the ownership of the directories in case there 85 # was an existing installation. 86 # 87 chown -R root:admin /Applications/VirtualBox.app 88 89 # 90 # Workaround for 10.11 beta 6 in which the above chown strips the set-uid-to-root bit. 85 91 # 86 92 SET_UID_BINARIES="VBoxNetAdpCtl" … … 90 96 done 91 97 92 #93 # Correct the ownership of the directories in case there94 # was an existing installation.95 #96 chown -R root:admin /Applications/VirtualBox.app97 98 98 exit 0; 99 99
Note:
See TracChangeset
for help on using the changeset viewer.