VirtualBox

Changeset 104247 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Apr 9, 2024 9:24:21 AM (13 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162699
Message:

Installer/linux/install.sh: Added note about vboxdrv.sh checking the VirtualBoxVM binary. Don't consider the VirtualBox binary for setuid treatment, the UI is always split now. bugref:10642 bugref:9049

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/install.sh

    r98681 r104247  
    290290    #                 and finally make sure the directory is only writable by the user (paranoid).
    291291    if [ -n "$HARDENED" ]; then
    292         if [ -f $INSTALLATION_DIR/VirtualBoxVM ]; then
    293             test -e $INSTALLATION_DIR/VirtualBoxVM   && chmod 4511 $INSTALLATION_DIR/VirtualBoxVM
    294         else
    295             test -e $INSTALLATION_DIR/VirtualBox     && chmod 4511 $INSTALLATION_DIR/VirtualBox
    296         fi
     292        # Note! Update vboxdrv.sh if the VirtualBoxVM entry changes (bugref:10642).
     293        test -e $INSTALLATION_DIR/VirtualBoxVM   && chmod 4511 $INSTALLATION_DIR/VirtualBoxVM
    297294        test -e $INSTALLATION_DIR/VBoxSDL        && chmod 4511 $INSTALLATION_DIR/VBoxSDL
    298295        test -e $INSTALLATION_DIR/VBoxHeadless   && chmod 4511 $INSTALLATION_DIR/VBoxHeadless
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette