VirtualBox

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


Ignore:
Timestamp:
Apr 27, 2011 10:16:02 AM (14 years ago)
Author:
vboxsync
Message:

Installer/linux: 0750 instead of 0640 when creating a directory

File:
1 edited

Legend:

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

    r36417 r36854  
    209209    # of USB access.  The USB code checks for the existance of that path.
    210210    if grep -q usb_device /proc/devices; then
    211         mkdir -p -m 0640 /dev/vboxusb 2>/dev/null
     211        mkdir -p -m 0750 /dev/vboxusb 2>/dev/null
    212212        chown root:vboxusers /dev/vboxusb 2>/dev/null
    213213    fi
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