Changeset 104247 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Apr 9, 2024 9:24:21 AM (13 months ago)
- svn:sync-xref-src-repo-rev:
- 162699
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/install.sh
r98681 r104247 290 290 # and finally make sure the directory is only writable by the user (paranoid). 291 291 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 297 294 test -e $INSTALLATION_DIR/VBoxSDL && chmod 4511 $INSTALLATION_DIR/VBoxSDL 298 295 test -e $INSTALLATION_DIR/VBoxHeadless && chmod 4511 $INSTALLATION_DIR/VBoxHeadless
Note:
See TracChangeset
for help on using the changeset viewer.