VirtualBox

Ignore:
Timestamp:
Aug 13, 2015 2:32:55 PM (9 years ago)
Author:
vboxsync
Message:

Installer/darwin/postflight: The El Capitan beta 6 problem is with 'chown' not installd, so first do chown then chmod sticky bits.

File:
1 edited

Legend:

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

    r57231 r57328  
    8282
    8383#
    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#
     87chown -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.
    8591#
    8692SET_UID_BINARIES="VBoxNetAdpCtl"
     
    9096done
    9197
    92 #
    93 # Correct the ownership of the directories in case there
    94 # was an existing installation.
    95 #
    96 chown -R root:admin /Applications/VirtualBox.app
    97 
    9898exit 0;
    9999
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